redis-cli -p <port> cluster nodes
or redis-cli -c -p <port> cluster info
. Replace <port>
with the port number of any accessible node.sudo systemctl restart redis
on each node that is down./var/log/redis/redis-server.log
.redis-cli -p <port> cluster failover
on any replicas of the affected master nodes. This is a last resort action.free -m
for memory and df -h
for disk space on each node.Let Dr. Droid create custom investigation plans for your infrastructure.
Start Free POC (15-min setup) →