| Package | Description |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.protocol | |
| com.lambdaworks.redis.pubsub |
| Modifier and Type | Method and Description |
|---|---|
(package private) <K,V> void |
ZStoreArgs.build(CommandArgs<K,V> args) |
(package private) <K,V> void |
SortArgs.build(CommandArgs<K,V> args,
K store) |
<T> Command<K,V,T> |
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandArgs<K,V> |
Command.args |
| Modifier and Type | Method and Description |
|---|---|
CommandArgs<K,V> |
CommandArgs.add(byte[] value) |
CommandArgs<K,V> |
CommandArgs.add(CommandKeyword keyword) |
CommandArgs<K,V> |
CommandArgs.add(CommandType type) |
CommandArgs<K,V> |
CommandArgs.add(double n) |
CommandArgs<K,V> |
CommandArgs.add(long n) |
CommandArgs<K,V> |
CommandArgs.add(java.util.Map<K,V> map) |
CommandArgs<K,V> |
CommandArgs.add(java.lang.String s) |
CommandArgs<K,V> |
CommandArgs.addKey(K key) |
CommandArgs<K,V> |
CommandArgs.addKeys(K... keys) |
CommandArgs<K,V> |
CommandArgs.addValue(V value) |
CommandArgs<K,V> |
CommandArgs.addValues(V... values) |
private CommandArgs<K,V> |
CommandArgs.write(byte[] arg) |
private CommandArgs<K,V> |
CommandArgs.write(java.lang.String arg) |
| Constructor and Description |
|---|
Command(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args,
boolean multi)
Create a new command with the supplied type and args.
|
| Modifier and Type | Method and Description |
|---|---|
private CommandArgs<K,V> |
RedisPubSubConnection.args(K... keys) |