Interface ValkeyClusterCommands

All Known Subinterfaces:
DefaultedValkeyClusterConnection, ValkeyClusterConnection
All Known Implementing Classes:
JedisClusterConnection, LettuceClusterConnection, ValkeyGlideClusterConnection

public interface ValkeyClusterCommands
Interface for the cluster commands supported by Valkey. A ValkeyClusterNode can be obtained from clusterGetNodes() or it can be constructed using either host and ValkeyNode.getPort() or the node Id.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch