Package | Description |
---|---|
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.cluster.pubsub.api.async |
Redis Cluster Pub/Sub API for asynchronous executed commands.
|
io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
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 |
---|---|
<K,V> CompletableFuture<StatefulRedisClusterPubSubConnection<K,V>> |
RedisClusterClient.connectPubSubAsync(RedisCodec<K,V> codec)
Connect asynchronously 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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StatefulRedisClusterPubSubConnection<K,V> |
RedisClusterPubSubCommands.getStatefulConnection() |
Copyright © 2023 lettuce.io. All rights reserved.