Module lettuce.core

Class RedisAdvancedClusterAsyncCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisAsyncCommands<K,​V>
io.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisAsyncCommands<K,​V>, RedisAclAsyncCommands<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>, RedisAdvancedClusterAsyncCommands<K,​V>, RedisClusterAsyncCommands<K,​V>

public class RedisAdvancedClusterAsyncCommandsImpl<K,​V>
extends AbstractRedisAsyncCommands<K,​V>
implements RedisAdvancedClusterAsyncCommands<K,​V>
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
Since:
3.3
Author:
Mark Paluch, Jon Chambers