| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for redis clusters
RedisClusterClient |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisAdvancedClusterAsyncConnectionImpl<K,V>
Advanced asynchronous Cluster connection.
|
| Modifier and Type | Method and Description |
|---|---|
RedisAdvancedClusterAsyncConnection<String,String> |
RedisClusterClient.connectClusterAsync()
Open a new asynchronous connection to a Redis Cluster that treats keys and values as UTF-8 strings.
|
<K,V> RedisAdvancedClusterAsyncConnection<K,V> |
RedisClusterClient.connectClusterAsync(RedisCodec<K,V> codec)
Open a new asynchronous connection to a Redis Cluster.
|
Copyright © 2016. All rights reserved.