Skip to content

Instantly share code, notes, and snippets.

@hirokazumiyaji
Created July 12, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirokazumiyaji/da35ed7ef496c918cf2e1ebffe6b57be to your computer and use it in GitHub Desktop.
Save hirokazumiyaji/da35ed7ef496c918cf2e1ebffe6b57be to your computer and use it in GitHub Desktop.
redis cluster tool config prototype
[[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