-
Notifications
You must be signed in to change notification settings - Fork 5
/
redis_sentinel2.conf
28 lines (24 loc) · 985 Bytes
/
redis_sentinel2.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
daemonize yes
port 57573
dir "/Users/guilhermef/projetos/home/tornado-redis-sentinel"
sentinel monitor master 127.0.0.1 57575 1
sentinel down-after-milliseconds master 4000
sentinel parallel-syncs master 4
sentinel config-epoch master 0
sentinel leader-epoch master 0
sentinel known-sentinel master 127.0.0.1 57574 f2cffae2a634892bdb261f075b97259d786dd968
sentinel monitor master3 127.0.0.1 57577 1
sentinel down-after-milliseconds master3 4000
sentinel parallel-syncs master3 4
sentinel config-epoch master3 0
sentinel leader-epoch master3 12
sentinel known-sentinel master3 127.0.0.1 57574 77dfd3cba80cc754d53eabb7c7778ae02e596da1
# Generated by CONFIG REWRITE
maxclients 2016
sentinel monitor master2 127.0.0.1 57576 1
sentinel down-after-milliseconds master2 4000
sentinel parallel-syncs master2 4
sentinel config-epoch master2 0
sentinel leader-epoch master2 5
sentinel known-sentinel master2 127.0.0.1 57574 f2cffae2a634892bdb261f075b97259d786dd968
sentinel current-epoch 12