forked from luca3m/redis3m
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
sentinel monitor test 127.0.0.1 6381 2 | ||
sentinel down-after-milliseconds test 60000 | ||
sentinel config-epoch test 1 | ||
|
||
# Generated by CONFIG REWRITE | ||
port 26379 | ||
dir "/Users/luca/src/redis3m" | ||
sentinel leader-epoch test 1 | ||
sentinel known-slave test 127.0.0.1 6380 | ||
sentinel known-slave test 127.0.0.1 6382 | ||
sentinel known-sentinel test 127.0.0.1 26380 932e08e1e849da9815f6689cf0029d196f34c9bb | ||
sentinel known-sentinel test 127.0.0.1 26381 aea88eeb6a9384f36602745a7ae526b8b52a8a96 | ||
|
||
sentinel current-epoch 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sentinel monitor test 127.0.0.1 6381 2 | ||
sentinel down-after-milliseconds test 60000 | ||
sentinel config-epoch test 1 | ||
|
||
# Generated by CONFIG REWRITE | ||
port 26380 | ||
dir "/Users/luca/src/redis3m" | ||
sentinel leader-epoch test 0 | ||
sentinel known-sentinel test 127.0.0.1 26379 013ebecd75ecc838ac68a335f8ead88b12cf45e0 | ||
sentinel known-sentinel test 127.0.0.1 26381 aea88eeb6a9384f36602745a7ae526b8b52a8a96 | ||
sentinel current-epoch 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
sentinel monitor test 127.0.0.1 6381 2 | ||
sentinel down-after-milliseconds test 60000 | ||
sentinel config-epoch test 1 | ||
|
||
# Generated by CONFIG REWRITE | ||
port 26381 | ||
dir "/Users/luca/src/redis3m" | ||
sentinel leader-epoch test 0 | ||
sentinel known-slave test 127.0.0.1 6382 | ||
sentinel known-sentinel test 127.0.0.1 26380 932e08e1e849da9815f6689cf0029d196f34c9bb | ||
sentinel known-sentinel test 127.0.0.1 26379 013ebecd75ecc838ac68a335f8ead88b12cf45e0 | ||
sentinel current-epoch 1 |
This file was deleted.
Oops, something went wrong.