Created
July 12, 2017 14:36
-
-
Save hirokazumiyaji/da35ed7ef496c918cf2e1ebffe6b57be to your computer and use it in GitHub Desktop.
redis cluster tool config prototype
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
[[cluster]] | |
server = "127.0.0.1:6379" | |
[[cluster]] | |
server = "127.0.0.1:6380" | |
[[cluster]] | |
server = "127.0.0.1:6381" | |
[[cluster]] | |
server = "127.0.0.1:6382" | |
master = "127.0.0.1:6379" | |
[[cluster]] | |
server = "127.0.0.1:6383" | |
master = "127.0.0.1:6380" | |
[[cluster]] | |
server = "127.0.0.1:6384" | |
master = "127.0.0.1:6381" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment