Module lettuce.core

Class RedisClusterPubSubReactiveCommandsImpl<K,​V>

Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisReactiveCommands<K,​V>, RedisAclReactiveCommands<K,​V>, RedisGeoReactiveCommands<K,​V>, RedisHashReactiveCommands<K,​V>, RedisHLLReactiveCommands<K,​V>, RedisKeyReactiveCommands<K,​V>, RedisListReactiveCommands<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>, RedisClusterReactiveCommands<K,​V>, RedisClusterPubSubReactiveCommands<K,​V>, RedisPubSubReactiveCommands<K,​V>

public class RedisClusterPubSubReactiveCommandsImpl<K,​V>
extends RedisPubSubReactiveCommandsImpl<K,​V>
implements RedisClusterPubSubReactiveCommands<K,​V>
A reactive and thread-safe API for a Redis pub/sub connection.
Since:
5.0
Author:
Mark Paluch