Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Turn of the others first.

Redis-cli command to find which role a redis server has:

Code Block
# On each redis server
redis-cli -a "<password>" info replication | grep role

# Masters will print "role:master" and slaves will print "role:slave"

Note which is last down and power it first on

...