Uses of Interface
io.lettuce.core.pubsub.api.async.RedisPubSubAsyncCommands
| 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.pubsub |
Pub/Sub connection classes.
|
-
Uses of RedisPubSubAsyncCommands in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisPubSubAsyncCommands Modifier and Type Class Description classRedisClusterPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of RedisPubSubAsyncCommands in io.lettuce.core.cluster.pubsub.api.async
Subinterfaces of RedisPubSubAsyncCommands in io.lettuce.core.cluster.pubsub.api.async Modifier and Type Interface Description interfaceRedisClusterPubSubAsyncCommands<K,V>Asynchronous and thread-safe Redis Cluster PubSub API. -
Uses of RedisPubSubAsyncCommands in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement RedisPubSubAsyncCommands Modifier and Type Class Description classRedisPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection.Methods in io.lettuce.core.pubsub that return RedisPubSubAsyncCommands Modifier and Type Method Description RedisPubSubAsyncCommands<K,V>StatefulRedisPubSubConnection. async()Returns theRedisPubSubAsyncCommandsAPI for the current connection.RedisPubSubAsyncCommands<K,V>StatefulRedisPubSubConnectionImpl. async()