I have a setup: 3 sentinels, 1 redis master M1, 2 redis slave S1, S2. I don't want S2 being promoted to master when M1 down. How can I do it?
Asked
Active
Viewed 127 times
1 Answers
1
You can set S2's slave-priority to 0
, so that it is never promoted to master

for_stack
- 21,012
- 4
- 35
- 48