Interface ReactiveClusterCommands

All Known Subinterfaces:
ReactiveRedisClusterConnection

public interface ReactiveClusterCommands
Interface for the cluster commands supported by Redis executed using reactive infrastructure. A RedisClusterNode can be obtained from clusterGetNodes() or it can be constructed using either host and RedisNode.getPort() or the node Id.
Since:
2.3.2
Author:
Mark Paluch, Christoph Strobl