| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api |
Redis Cluster connection API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisAdvancedClusterReactiveCommandsImpl<K,V>
An advanced reactive and thread-safe API to a Redis Cluster connection.
|
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterReactiveCommands<K,V> |
StatefulRedisClusterConnectionImpl.reactive() |
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterReactiveCommands<K,V> |
StatefulRedisClusterConnection.reactive()
Returns the
RedisAdvancedClusterReactiveCommands API for the current connection. |
Copyright © 2020 lettuce.io. All rights reserved.