linux-tutorial/codes/linux/soft/config/redis/cluster/26382/sentinel.conf

8 lines
294 B
Plaintext
Raw Normal View History

port 26382
daemonize yes
sentinel monitor redis-master 172.22.6.3 6382 2
sentinel down-after-milliseconds redis-master 5000
sentinel failover-timeout redis-master 900000
sentinel parallel-syncs redis-master 1
#sentinel auth-pass redis-master 123456
logfile /usr/local/redis/conf/26382/26382.log