We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8d23f commit 1aee3b3Copy full SHA for 1aee3b3
Makefile
@@ -43,6 +43,7 @@ define REDIS_SENTINEL1
43
port 26379
44
daemonize yes
45
sentinel monitor mymaster 127.0.0.1 6379 1
46
+sentinel auth-pass mymaster foobared
47
sentinel down-after-milliseconds mymaster 3000
48
sentinel failover-timeout mymaster 900000
49
sentinel can-failover mymaster yes
0 commit comments