Module lettuce.core

Interface RedisAdvancedClusterReactiveCommands<K,​V>

All Superinterfaces:
BaseRedisReactiveCommands<K,​V>, RedisAclReactiveCommands<K,​V>, RedisClusterReactiveCommands<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>
All Known Implementing Classes:
RedisAdvancedClusterReactiveCommandsImpl

public interface RedisAdvancedClusterReactiveCommands<K,​V>
extends RedisClusterReactiveCommands<K,​V>
Advanced reactive and thread-safe Redis Cluster API.
Since:
5.0
Author:
Mark Paluch, Jon Chambers