Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
ZAddArgs.build(CommandArgs<K,V> args) |
<K,V> void |
SetArgs.build(CommandArgs<K,V> args) |
<K,V> void |
GeoArgs.build(CommandArgs<K,V> args) |
<T,R> R |
AbstractRedisReactiveCommands.createDissolvingObservable(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args) |
protected <T> Observable<T> |
AbstractRedisReactiveCommands.createObservable(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args) |
protected <T> RedisFuture<T> |
AbstractRedisAsyncCommands.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(Map<K,V> map) |
CommandArgs<K,V> |
CommandArgs.add(ProtocolKeyword keyword) |
CommandArgs<K,V> |
CommandArgs.add(String s) |
CommandArgs<K,V> |
CommandArgs.addKey(K key) |
CommandArgs<K,V> |
CommandArgs.addKeys(Iterable<K> keys) |
CommandArgs<K,V> |
CommandArgs.addKeys(K... keys) |
CommandArgs<K,V> |
CommandArgs.addValue(V value) |
CommandArgs<K,V> |
CommandArgs.addValues(V... values) |
CommandArgs<K,V> |
RedisCommand.getArgs() |
CommandArgs<K,V> |
CommandWrapper.getArgs() |
CommandArgs<K,V> |
Command.getArgs() |
CommandArgs<K,V> |
AsyncCommand.getArgs() |
Modifier and Type | Method and Description |
---|---|
protected <T> Command<K,V,T> |
BaseRedisCommandBuilder.createCommand(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args) |
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.
|
Copyright © 2015. All rights reserved.