Cluster
- | - |
---|---|
CLUSTER ADDSLOTS | Assign new hash slots to receiving node |
CLUSTER BUMPEPOCH | Advance the cluster config epoch |
CLUSTER COUNT-FAILURE-REPORTS | Return the number of failure reports active for a given node |
CLUSTER COUNTKEYSINSLOT | Return the number of local keys in the specified hash slot |
CLUSTER DELSLOTS | Set hash slots as unbound in receiving node |
CLUSTER FAILOVER | Forces a replica to perform a manual failover of its master. |
CLUSTER FLUSHSLOTS | Delete a node's own slots information |
CLUSTER FORGET | Remove a node from the nodes table |
CLUSTER GETKEYSINSLOT | Return local key names in the specified hash slot |
CLUSTER INFO | Provides info about Redis Cluster node state |
CLUSTER KEYSLOT | Returns the hash slot of the specified key |
CLUSTER MEET | Force a node cluster to handshake with another node |
CLUSTER MYID | Return the node id |
CLUSTER NODES | Get Cluster config for the node |
CLUSTER REPLICATE | Reconfigure a node as a replica of the specified master node |
CLUSTER RESET | Reset a Redis Cluster node |
CLUSTER SAVECONFIG | Forces the node to save cluster state on disk |
CLUSTER SET-CONFIG-EPOCH | Set the configuration epoch in a new node |
CLUSTER SETSLOT | Bind a hash slot to a specific node |
CLUSTER SLAVES | List replica nodes of the specified master node |
CLUSTER REPLICAS | List replica nodes of the specified master node |
CLUSTER SLOTS | Get array of Cluster slot to node mappings |
READONLY | Enables read queries for a connection to a cluster replica node |
READWRITE | Disables read queries for a connection to a cluster replica node |
Comments