| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.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() |
RedisAdvancedClusterAsyncCommands<String,String> |
RedisClusterClient.connectClusterAsync()
Deprecated.
Use
connect().async() |
<K,V> RedisAdvancedClusterAsyncCommands<K,V> |
RedisClusterClient.connectClusterAsync(RedisCodec<K,V> codec)
Deprecated.
@deprecated Use
connect(codec).async() |
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterAsyncCommands<K,V> |
StatefulRedisClusterConnection.async()
Returns the
RedisAdvancedClusterAsyncCommands API for the current connection. |
Copyright © 2016. All rights reserved.