| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for redis clusters
RedisClusterClient |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> RedisAdvancedClusterAsyncConnectionImpl<K,V> |
RedisClusterClient.newRedisAdvancedClusterAsyncConnectionImpl(RedisChannelWriter<K,V> channelWriter,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Construct a new
RedisAdvancedClusterAsyncConnectionImpl. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedisClusterClient.forEachClusterConnection(Predicate<RedisAdvancedClusterAsyncConnectionImpl<?,?>> function) |
Copyright © 2016. All rights reserved.