ping <master-hostname or IP>
to ensure network connectivity.redis-cli ping
. If it responds with PONG
, the master is running./var/log/redis/redis-server.log
.redis-cli -h <slave-host> -p <slave-port> SLAVEOF <master-hostname or IP> <master-port>
.redis-cli info replication
to check the replication status and any error messages.Let Dr. Droid create custom investigation plans for your infrastructure.
Start Free POC (15-min setup) →