Module lettuce.core

Interface RedisAdvancedClusterAsyncCommands<K,​V>

All Superinterfaces:
BaseRedisAsyncCommands<K,​V>, RedisAclAsyncCommands<K,​V>, RedisClusterAsyncCommands<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>
All Known Implementing Classes:
RedisAdvancedClusterAsyncCommandsImpl

public interface RedisAdvancedClusterAsyncCommands<K,​V>
extends RedisClusterAsyncCommands<K,​V>
Advanced asynchronous and thread-safe Redis Cluster API.
Since:
4.0
Author:
Mark Paluch, Jon Chambers