Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
com.lambdaworks.redis.sentinel |
Redis Sentinel connection classes.
|
Modifier and Type | Method and Description |
---|---|
AsyncCommand<K,V,String> |
AbstractRedisAsyncCommands.authAsync(String password) |
<T> AsyncCommand<K,V,T> |
AbstractRedisAsyncCommands.dispatch(RedisCommand<K,V,T> cmd) |
protected AsyncCommand<K,V,String> |
AbstractRedisAsyncCommands.selectAsync(int db) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalCommand<K,V,T>
A wrapper for commands within a MULTI transaction.
|
Modifier and Type | Method and Description |
---|---|
<T> AsyncCommand<K,V,T> |
RedisSentinelAsyncCommandsImpl.dispatch(RedisCommand<K,V,T> cmd) |
Copyright © 2015. All rights reserved.