| Package | Description |
|---|---|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api |
Redis Sentinel connection API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisSentinelReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis Sentinel connection.
|
| Modifier and Type | Field and Description |
|---|---|
protected RedisSentinelReactiveCommands<K,V> |
StatefulRedisSentinelConnectionImpl.reactive |
| Modifier and Type | Method and Description |
|---|---|
RedisSentinelReactiveCommands<K,V> |
StatefulRedisSentinelConnectionImpl.reactive() |
| Modifier and Type | Method and Description |
|---|---|
RedisSentinelReactiveCommands<K,V> |
StatefulRedisSentinelConnection.reactive()
Returns the
RedisSentinelReactiveCommands API for the current connection. |
Copyright © 2021 lettuce.io. All rights reserved.