| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api |
Redis Cluster connection API.
|
| Modifier and Type | Field and Description |
|---|---|
protected RedisAdvancedClusterCommands<K,V> |
StatefulRedisClusterConnectionImpl.sync |
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterCommands<K,V> |
StatefulRedisClusterConnectionImpl.sync() |
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterCommands<K,V> |
StatefulRedisClusterConnection.sync()
Returns the
RedisAdvancedClusterCommands API for the current connection. |
Copyright © 2021 lettuce.io. All rights reserved.