Module lettuce.core

Class RedisPubSubReactiveCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisReactiveCommands<K,​V>
io.lettuce.core.RedisReactiveCommandsImpl<K,​V>
io.lettuce.core.pubsub.RedisPubSubReactiveCommandsImpl<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>, RedisPubSubReactiveCommands<K,​V>
Direct Known Subclasses:
RedisClusterPubSubReactiveCommandsImpl

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