Uses of Interface
io.lettuce.core.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.pubsub |
Redis Cluster Pub/Sub support.
|
-
Uses of RedisClusterPubSubAsyncCommands in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisClusterPubSubAsyncCommands Modifier and Type Class Description classRedisClusterPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of RedisClusterPubSubAsyncCommands in io.lettuce.core.cluster.pubsub
Methods in io.lettuce.core.cluster.pubsub that return RedisClusterPubSubAsyncCommands Modifier and Type Method Description RedisClusterPubSubAsyncCommands<K,V>StatefulRedisClusterPubSubConnection. async()Returns theRedisClusterPubSubAsyncCommandsAPI for the current connection.