Uses of Interface
io.lettuce.core.pubsub.api.sync.RedisPubSubCommands
| Package | Description |
|---|---|
| io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of RedisPubSubCommands in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of RedisPubSubCommands in io.lettuce.core.cluster.pubsub.api.sync Modifier and Type Interface Description interfaceRedisClusterPubSubCommands<K,V>Synchronous and thread-safe Redis Cluster PubSub API. -
Uses of RedisPubSubCommands in io.lettuce.core.pubsub
Methods in io.lettuce.core.pubsub that return RedisPubSubCommands Modifier and Type Method Description protected RedisPubSubCommands<K,V>StatefulRedisPubSubConnectionImpl. newRedisSyncCommandsImpl()RedisPubSubCommands<K,V>StatefulRedisPubSubConnection. sync()Returns theRedisPubSubCommandsAPI for the current connection.RedisPubSubCommands<K,V>StatefulRedisPubSubConnectionImpl. sync()