| 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 |
RedisAdvancedClusterAsyncCommandsImpl<K,V>
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
|
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterAsyncCommands<K,V> |
StatefulRedisClusterConnectionImpl.async() |
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterAsyncCommands<K,V> |
StatefulRedisClusterConnection.async()
Returns the
RedisAdvancedClusterAsyncCommands API for the current connection. |
Copyright © 2021 lettuce.io. All rights reserved.