Skip to content

Commit

Permalink
Make cluster work if partially down
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Apr 16, 2015
1 parent cb1c07c commit 5f6a51e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions nodes/8000/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8000
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8000/data
syslog-enabled yes
Expand Down
1 change: 1 addition & 0 deletions nodes/8001/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8001
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8001/data
syslog-enabled yes
Expand Down
1 change: 1 addition & 0 deletions nodes/8002/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8002
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8002/data
syslog-enabled yes
Expand Down
1 change: 1 addition & 0 deletions nodes/8003/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8003
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8003/data
syslog-enabled yes
Expand Down
1 change: 1 addition & 0 deletions nodes/8004/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8004
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8004/data
syslog-enabled yes
Expand Down
1 change: 1 addition & 0 deletions nodes/8005/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ port 8005
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
cluster-require-full-coverage no
appendonly yes
dir /nodes/8005/data
syslog-enabled yes
Expand Down

0 comments on commit 5f6a51e

Please sign in to comment.