Uses of Interface
io.lettuce.core.cluster.pubsub.api.sync.RedisClusterPubSubCommands
| Package | Description |
|---|---|
| io.lettuce.core.cluster.pubsub |
Redis Cluster Pub/Sub support.
|
-
Uses of RedisClusterPubSubCommands in io.lettuce.core.cluster.pubsub
Methods in io.lettuce.core.cluster.pubsub that return RedisClusterPubSubCommands Modifier and Type Method Description RedisClusterPubSubCommands<K,V>StatefulRedisClusterPubSubConnection. sync()Returns theRedisClusterPubSubCommandsAPI for the current connection.