| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.sentinel |
Redis Sentinel connection classes.
|
| com.lambdaworks.redis.sentinel.api.async |
Redis Sentinel API for asynchronous executed commands.
|
| com.lambdaworks.redis.sentinel.api.rx |
Redis Sentinel API for reactive commands.
|
| com.lambdaworks.redis.sentinel.api.sync |
Redis Sentinel API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisSentinelConnection<String,String> |
RedisClient.connectSentinel()
Open a connection to a Redis Sentinel that treats keys and values as UTF-8 strings.
|
<K,V> StatefulRedisSentinelConnection<K,V> |
RedisClient.connectSentinel(RedisCodec<K,V> codec)
Open a connection to a Redis Sentinel that treats keys and use the supplied
codec to encode/decode
keys and values. |
<K,V> StatefulRedisSentinelConnection<K,V> |
RedisClient.connectSentinel(RedisCodec<K,V> codec,
RedisURI redisURI)
|
StatefulRedisSentinelConnection<String,String> |
RedisClient.connectSentinel(RedisURI redisURI)
Open a connection to a Redis Sentinel using the supplied
RedisURI that treats keys and values as UTF-8 strings. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulRedisSentinelConnectionImpl<K,V> |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisSentinelConnection<K,V> |
RedisSentinelReactiveCommandsImpl.getStatefulConnection() |
StatefulRedisSentinelConnection<K,V> |
RedisSentinelAsyncCommandsImpl.getStatefulConnection() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisSentinelConnection<K,V> |
RedisSentinelAsyncCommands.getStatefulConnection() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisSentinelConnection<K,V> |
RedisSentinelReactiveCommands.getStatefulConnection() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisSentinelConnection<K,V> |
RedisSentinelCommands.getStatefulConnection() |
Copyright © 2017 lettuce.io. All rights reserved.