Say I have a Redis setup of 3 servers and I have redis-sentinel configured to require a quorum of 2 sentinels to initiate a failover. If 2 of my servers die and I only have 1 remaining, is there a way that I can manually sanction that failover to happen even though I do not have a quorum?
I've seen that using SLAVEOF NO ONE
should help in certain cases (would this be one of them?) but I couldn't get that to work. Maybe I didn't have the right authentication or I wasn't running it in the right place.