Module lettuce.core

Class RedisPubSubAsyncCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisAsyncCommands<K,​V>
io.lettuce.core.RedisAsyncCommandsImpl<K,​V>
io.lettuce.core.pubsub.RedisPubSubAsyncCommandsImpl<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisAsyncCommands<K,​V>, RedisAclAsyncCommands<K,​V>, RedisAsyncCommands<K,​V>, RedisGeoAsyncCommands<K,​V>, RedisHashAsyncCommands<K,​V>, RedisHLLAsyncCommands<K,​V>, RedisKeyAsyncCommands<K,​V>, RedisListAsyncCommands<K,​V>, RedisScriptingAsyncCommands<K,​V>, RedisServerAsyncCommands<K,​V>, RedisSetAsyncCommands<K,​V>, RedisSortedSetAsyncCommands<K,​V>, RedisStreamAsyncCommands<K,​V>, RedisStringAsyncCommands<K,​V>, RedisTransactionalAsyncCommands<K,​V>, RedisClusterAsyncCommands<K,​V>, RedisPubSubAsyncCommands<K,​V>
Direct Known Subclasses:
RedisClusterPubSubAsyncCommandsImpl

public class RedisPubSubAsyncCommandsImpl<K,​V>
extends RedisAsyncCommandsImpl<K,​V>
implements RedisPubSubAsyncCommands<K,​V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
Author:
Will Glozer, Mark Paluch