Module lettuce.core

Class RedisAdvancedClusterReactiveCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisReactiveCommands<K,​V>
io.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<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>, RedisScriptingReactiveCommands<K,​V>, RedisServerReactiveCommands<K,​V>, RedisSetReactiveCommands<K,​V>, RedisSortedSetReactiveCommands<K,​V>, RedisStreamReactiveCommands<K,​V>, RedisStringReactiveCommands<K,​V>, RedisTransactionalReactiveCommands<K,​V>, RedisAdvancedClusterReactiveCommands<K,​V>, RedisClusterReactiveCommands<K,​V>

public class RedisAdvancedClusterReactiveCommandsImpl<K,​V>
extends AbstractRedisReactiveCommands<K,​V>
implements RedisAdvancedClusterReactiveCommands<K,​V>
An advanced reactive and thread-safe API to a Redis Cluster connection.
Since:
4.0
Author:
Mark Paluch, Jon Chambers