Cluster
Unsupported cluster commands¶
To implement support for a command, see here
ASKING (not implemented)¶
Signals that a cluster client is following an -ASK redirect.
CLUSTER (not implemented)¶
A container for Redis Cluster commands.
CLUSTER ADDSLOTS (not implemented)¶
Assigns new hash slots to a node.
CLUSTER ADDSLOTSRANGE (not implemented)¶
Assigns new hash slot ranges to a node.
CLUSTER BUMPEPOCH (not implemented)¶
Advances the cluster config epoch.
CLUSTER COUNT-FAILURE-REPORTS (not implemented)¶
Returns the number of active failure reports active for a node.
CLUSTER COUNTKEYSINSLOT (not implemented)¶
Returns the number of keys in a hash slot.
CLUSTER DELSLOTS (not implemented)¶
Sets hash slots as unbound for a node.
CLUSTER DELSLOTSRANGE (not implemented)¶
Sets hash slot ranges as unbound for a node.
CLUSTER FAILOVER (not implemented)¶
Forces a replica to perform a manual failover of its master.
CLUSTER FLUSHSLOTS (not implemented)¶
Deletes all slots information from a node.
CLUSTER FORGET (not implemented)¶
Removes a node from the nodes table.
CLUSTER GETKEYSINSLOT (not implemented)¶
Returns the key names in a hash slot.
CLUSTER HELP (not implemented)¶
Returns helpful text about the different subcommands.
CLUSTER INFO (not implemented)¶
Returns information about the state of a node.
CLUSTER KEYSLOT (not implemented)¶
Returns the hash slot for a key.
CLUSTER LINKS (not implemented)¶
Returns a list of all TCP links to and from peer nodes.
CLUSTER MEET (not implemented)¶
Forces a node to handshake with another node.
CLUSTER MYID (not implemented)¶
Returns the ID of a node.
CLUSTER MYSHARDID (not implemented)¶
Returns the shard ID of a node.
CLUSTER NODES (not implemented)¶
Returns the cluster configuration for a node.
CLUSTER REPLICAS (not implemented)¶
Lists the replica nodes of a master node.
CLUSTER REPLICATE (not implemented)¶
Configure a node as replica of a master node.
CLUSTER RESET (not implemented)¶
Resets a node.
CLUSTER SAVECONFIG (not implemented)¶
Forces a node to save the cluster configuration to disk.
CLUSTER SET-CONFIG-EPOCH (not implemented)¶
Sets the configuration epoch for a new node.
CLUSTER SETSLOT (not implemented)¶
Binds a hash slot to a node.
CLUSTER SHARDS (not implemented)¶
Returns the mapping of cluster slots to shards.
CLUSTER SLAVES (not implemented)¶
Lists the replica nodes of a master node.
CLUSTER SLOTS (not implemented)¶
Returns the mapping of cluster slots to nodes.
READONLY (not implemented)¶
Enables read-only queries for a connection to a Redis Cluster replica node.
READWRITE (not implemented)¶
Enables read-write queries for a connection to a Reids Cluster replica node.