Module lettuce.core

Class RedisClusterPubSubAsyncCommandsImpl<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>, RedisClusterPubSubAsyncCommands<K,​V>, RedisPubSubAsyncCommands<K,​V>

public class RedisClusterPubSubAsyncCommandsImpl<K,​V>
extends RedisPubSubAsyncCommandsImpl<K,​V>
implements RedisClusterPubSubAsyncCommands<K,​V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
Since:
5.0
Author:
Mark Paluch