The cluster console gives you direct access to your Redis Cluster via a command line interface.
Use the cluster console whenever using commands regarding the data stored in the cluster, or for commands you want to send to all nodes in the cluster.
Send command
Send the command to all nodes in the cluster
Scroll up through command history
Scroll up through command history
For commands regarding Redis nodes themselves (info
, cluster nodes
, etc), you may want to use the Node console.