You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
361 B
9 lines
361 B
port 26379
|
|
logfile "/usr/local/redis/sentinel/log/sentinel.log"
|
|
dir "/usr/local/redis/sentinel"
|
|
sentinel monitor epdcmaster 172.19.0.11 6379 2
|
|
sentinel down-after-milliseconds epdcmaster 30000
|
|
sentinel parallel-syncs epdcmaster 1
|
|
sentinel failover-timeout epdcmaster 180000
|
|
sentinel deny-scripts-reconfig yes
|
|
sentinel auth-pass epdcmaster epdc!redis@master1405
|
|
|