Package | Description |
---|---|
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisClusterPubSubReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis pub/sub connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisClusterPubSubReactiveCommands<K,V>
Reactive and thread-safe Redis Cluster PubSub API.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis pub/sub connection.
|
Modifier and Type | Method and Description |
---|---|
RedisPubSubReactiveCommands<K,V> |
StatefulRedisPubSubConnection.reactive()
Returns the
RedisPubSubReactiveCommands API for the current connection. |
RedisPubSubReactiveCommands<K,V> |
StatefulRedisPubSubConnectionImpl.reactive() |
Copyright © 2023 lettuce.io. All rights reserved.