Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
ReactiveStreamCommands.GroupCommand.GroupCommandAction |
ReactiveStreamCommands.GroupCommand.getAction() |
static ReactiveStreamCommands.GroupCommand.GroupCommandAction |
ReactiveStreamCommands.GroupCommand.GroupCommandAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReactiveStreamCommands.GroupCommand.GroupCommandAction[] |
ReactiveStreamCommands.GroupCommand.GroupCommandAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GroupCommand(ByteBuffer key,
ReactiveStreamCommands.GroupCommand.GroupCommandAction action,
String groupName,
String consumerName,
ReadOffset offset) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.