File: sentinel.conf

package info (click to toggle)
ruby-redis 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,160 kB
  • sloc: ruby: 11,445; makefile: 117; sh: 24
file content (9 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
sentinel monitor master1 127.0.0.1 6380 2
sentinel down-after-milliseconds master1 5000
sentinel failover-timeout master1 15000
sentinel parallel-syncs master1 1

sentinel monitor master2 127.0.0.1 6381 2
sentinel down-after-milliseconds master2 5000
sentinel failover-timeout master2 15000
sentinel parallel-syncs master2 1