Skip to content

Commit 7df79dc

Browse files
committed
typo
1 parent 3f5370c commit 7df79dc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

node1/sentinel.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ port 16380
88
# each sentinel process is paired with a redis-server process
99
#
1010
sentinel monitor redis-cluster 127.0.0.1 6380 2
11-
sentinel down-after-milliseconds redis-ha 5000
12-
sentinel parallel-syncs redis-ha 1
13-
sentinel failover-timeout redis-ha 10000
11+
sentinel down-after-milliseconds redis-cluster 5000
12+
sentinel parallel-syncs redis-cluster 1
13+
sentinel failover-timeout redis-cluster 10000

node2/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ port 6381
33

44
dir .
55

6-
slaveof 127.0.0.1 6380
6+
slaveof 127.0.0.1 6380

node2/sentinel.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ port 16381
88
# each sentinel process is paired with a redis-server process
99
#
1010
sentinel monitor redis-cluster 127.0.0.1 6381 2
11-
sentinel down-after-milliseconds redis-ha 5000
12-
sentinel parallel-syncs redis-ha 1
13-
sentinel failover-timeout redis-ha 10000
11+
sentinel down-after-milliseconds redis-cluster 5000
12+
sentinel parallel-syncs redis-cluster 1
13+
sentinel failover-timeout redis-cluster 10000

node3/sentinel.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ port 16382
88
# each sentinel process is paired with a redis-server process
99
#
1010
sentinel monitor redis-cluster 127.0.0.1 6382 2
11-
sentinel down-after-milliseconds redis-ha 5000
12-
sentinel parallel-syncs redis-ha 1
13-
sentinel failover-timeout redis-ha 10000
11+
sentinel down-after-milliseconds redis-cluster 5000
12+
sentinel parallel-syncs redis-cluster 1
13+
sentinel failover-timeout redis-cluster 10000

0 commit comments

Comments
 (0)