| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedisClusterClient.forEachClusterConnection(java.util.function.Consumer<StatefulRedisClusterConnectionImpl<?,?>> function) |
| Constructor and Description |
|---|
RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection,
RedisCodec<K,V> codec)
Initialize a new connection.
|
RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection,
RedisCodec<K,V> codec)
Initialize a new connection.
|
Copyright © 2016. All rights reserved.