Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
Modifier and Type | Method and Description |
---|---|
AsyncCommand<K,V,String> |
AbstractRedisAsyncCommands.authAsync(char[] 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 © 2019 lettuce.io. All rights reserved.