Package org.redisson.api
Interface ClusterNode
-
- All Known Implementing Classes:
RedisClientEntry
@Deprecated public interface ClusterNode extends Node
Deprecated.Redis cluster node interface- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.redisson.api.Node
Node.InfoSection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,String>
clusterInfo()
Deprecated.Execute CLUSTER INFO operation.
-