| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.cluster.pubsub.api.async | |
| com.lambdaworks.redis.cluster.pubsub.api.rx | |
| com.lambdaworks.redis.cluster.pubsub.api.sync |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisClusterPubSubConnection<String,String> |
RedisClusterClient.connectPubSub()
Connect to a Redis Cluster using pub/sub connections and treat keys and values as UTF-8 strings.
|
<K,V> StatefulRedisClusterPubSubConnection<K,V> |
RedisClusterClient.connectPubSub(RedisCodec<K,V> codec)
Connect to a Redis Cluster using pub/sub connections.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisClusterPubSubConnection<K,V> |
RedisClusterPubSubAsyncCommands.getStatefulConnection() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisClusterPubSubConnection<K,V> |
RedisClusterPubSubReactiveCommands.getStatefulConnection() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRedisClusterPubSubConnection<K,V> |
RedisClusterPubSubCommands.getStatefulConnection() |
Copyright © 2018 lettuce.io. All rights reserved.