| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster.pubsub.api.sync | |
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisClusterPubSubCommands<K,V>
Synchronous and thread-safe Redis Cluster PubSub API.
|
| Modifier and Type | Method and Description |
|---|---|
protected RedisPubSubCommands<K,V> |
StatefulRedisPubSubConnectionImpl.newRedisSyncCommandsImpl() |
RedisPubSubCommands<K,V> |
StatefulRedisPubSubConnection.sync()
Returns the
RedisPubSubCommands API for the current connection. |
RedisPubSubCommands<K,V> |
StatefulRedisPubSubConnectionImpl.sync() |
Copyright © 2018 lettuce.io. All rights reserved.