| Package | Description |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.protocol |
| Modifier and Type | Field and Description |
|---|---|
private CommandKeyword |
SortArgs.order |
| Modifier and Type | Method and Description |
|---|---|
static CommandKeyword |
CommandKeyword.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandKeyword[] |
CommandKeyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandArgs<K,V> |
CommandArgs.add(CommandKeyword keyword) |