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 |
---|---|
ProtocolKeyword |
RedisCommand.getType() |
ProtocolKeyword |
CommandWrapper.getType() |
ProtocolKeyword |
Command.getType() |
ProtocolKeyword |
AsyncCommand.getType() |
Modifier and Type | Method and Description |
---|---|
CommandArgs<K,V> |
CommandArgs.add(ProtocolKeyword keyword) |
Constructor and Description |
---|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output)
Create a new command with the supplied type.
|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args)
Create a new command with the supplied type and args.
|
Copyright © 2015. All rights reserved.