Module lettuce.core

Interface RedisClusterPubSubCommands<K,​V>

Type Parameters:
K - Key type.
V - Value type.
All Superinterfaces:
BaseRedisCommands<K,​V>, RedisAclCommands<K,​V>, RedisClusterCommands<K,​V>, RedisCommands<K,​V>, RedisGeoCommands<K,​V>, RedisHashCommands<K,​V>, RedisHLLCommands<K,​V>, RedisKeyCommands<K,​V>, RedisListCommands<K,​V>, RedisPubSubCommands<K,​V>, RedisScriptingCommands<K,​V>, RedisServerCommands<K,​V>, RedisSetCommands<K,​V>, RedisSortedSetCommands<K,​V>, RedisStreamCommands<K,​V>, RedisStringCommands<K,​V>, RedisTransactionalCommands<K,​V>

public interface RedisClusterPubSubCommands<K,​V>
extends RedisPubSubCommands<K,​V>
Synchronous and thread-safe Redis Cluster PubSub API. Operations are executed either on the main connection or a PubSubNodeSelection.
Since:
4.4
Author:
Mark Paluch