Commands

ASKING

Signals that a cluster client is following an -ASK redirect.

Learn more →
Read more

CLUSTER ADDSLOTS

Assigns new hash slots to a node.

Learn more →
Read more

CLUSTER ADDSLOTSRANGE

Assigns new hash slot ranges to a node.

Learn more →
Read more

CLUSTER BUMPEPOCH

Advances the cluster config epoch.

Learn more →
Read more

CLUSTER COUNT-FAILURE-REPORTS

Returns the number of active failure reports active for a node.

Learn more →
Read more

CLUSTER COUNTKEYSINSLOT

Returns the number of keys in a hash slot.

Learn more →
Read more

CLUSTER DELSLOTS

Sets hash slots as unbound for a node.

Learn more →
Read more

CLUSTER DELSLOTSRANGE

Sets hash slot ranges as unbound for a node.

Learn more →
Read more

CLUSTER FAILOVER

Forces a replica to perform a manual failover of its master.

Learn more →
Read more

CLUSTER FLUSHSLOTS

Deletes all slots information from a node.

Learn more →
Read more

CLUSTER FORGET

Removes a node from the nodes table.

Learn more →
Read more

CLUSTER GETKEYSINSLOT

Returns the key names in a hash slot.

Learn more →
Read more

CLUSTER INFO

Returns information about the state of a node.

Learn more →
Read more

CLUSTER KEYSLOT

Returns the hash slot for a key.

Learn more →
Read more

CLUSTER LINKS

Returns a list of all TCP links to and from peer nodes.

Learn more →
Read more

CLUSTER MEET

Forces a node to handshake with another node.

Learn more →
Read more

CLUSTER MYID

Returns the ID of a node.

Learn more →
Read more

CLUSTER MYSHARDID

Returns the shard ID of a node.

Learn more →
Read more

CLUSTER NODES

Returns the cluster configuration for a node.

Learn more →
Read more

CLUSTER REPLICAS

Lists the replica nodes of a master node.

Learn more →
Read more

CLUSTER REPLICATE

Configure a node as replica of a master node.

Learn more →
Read more

CLUSTER RESET

Resets a node.

Learn more →
Read more

CLUSTER SAVECONFIG

Forces a node to save the cluster configuration to disk.

Learn more →
Read more

CLUSTER SET-CONFIG-EPOCH

Sets the configuration epoch for a new node.

Learn more →
Read more

CLUSTER SETSLOT

Binds a hash slot to a node.

Learn more →
Read more

CLUSTER SHARDS

Returns the mapping of cluster slots to shards.

Learn more →
Read more

CLUSTER SLAVES

Lists the replica nodes of a master node.

Learn more →
Read more

CLUSTER SLOTS

Returns the mapping of cluster slots to nodes.

Learn more →
Read more

READONLY

Enables read-only queries for a connection to a Redis Cluster replica node.

Learn more →
Read more

READWRITE

Enables read-write queries for a connection to a Reids Cluster replica node.

Learn more →
Read more