Package | Description |
---|---|
com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandKeyword
Keyword modifiers for redis commands.
|
class |
CommandType
Redis commands.
|
Modifier and Type | Method and Description |
---|---|
List<ProtocolKeyword> |
CommandArgs.getKeywords() |
Modifier and Type | Method and Description |
---|---|
CommandArgs<K,V> |
CommandArgs.add(ProtocolKeyword keyword) |
Constructor and Description |
---|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args)
Create a new command with the supplied type and args.
|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args,
boolean multi)
Create a new command with the supplied type and args.
|
Copyright © 2015. All rights reserved.