Module lettuce.core

Interface RedisClusterPubSubReactiveCommands<K,​V>

Type Parameters:
K - Key type.
V - Value type.
All Superinterfaces:
BaseRedisReactiveCommands<K,​V>, RedisAclReactiveCommands<K,​V>, RedisClusterReactiveCommands<K,​V>, RedisGeoReactiveCommands<K,​V>, RedisHashReactiveCommands<K,​V>, RedisHLLReactiveCommands<K,​V>, RedisKeyReactiveCommands<K,​V>, RedisListReactiveCommands<K,​V>, RedisPubSubReactiveCommands<K,​V>, RedisReactiveCommands<K,​V>, RedisScriptingReactiveCommands<K,​V>, RedisServerReactiveCommands<K,​V>, RedisSetReactiveCommands<K,​V>, RedisSortedSetReactiveCommands<K,​V>, RedisStreamReactiveCommands<K,​V>, RedisStringReactiveCommands<K,​V>, RedisTransactionalReactiveCommands<K,​V>
All Known Implementing Classes:
RedisClusterPubSubReactiveCommandsImpl

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