java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.cluster.SLOTS
All Implemented Interfaces:
Resp3Command

public class SLOTS extends RespCommand implements Resp3Command
CLUSTER SLOTS

As of Redis version 7.0.0, this command is regarded as deprecated, and SHARDS is the recommended alternative. This command retrieves information about the slot distribution in the cluster. Also including connection information of all members.

Since:
15.0
Author:
José Bolina
See Also: