Module lettuce.core

Interface RedisAdvancedClusterCommands<K,​V>

All Superinterfaces:
BaseRedisCommands<K,​V>, RedisAclCommands<K,​V>, RedisClusterCommands<K,​V>, RedisGeoCommands<K,​V>, RedisHashCommands<K,​V>, RedisHLLCommands<K,​V>, RedisKeyCommands<K,​V>, RedisListCommands<K,​V>, RedisScriptingCommands<K,​V>, RedisServerCommands<K,​V>, RedisSetCommands<K,​V>, RedisSortedSetCommands<K,​V>, RedisStreamCommands<K,​V>, RedisStringCommands<K,​V>

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