add example configuration for default redis create-cluster setup

This commit is contained in:
Chris Lu 2018-08-22 18:23:19 -07:00
parent b23883b3b6
commit ae4e654d2a

View file

@ -116,7 +116,12 @@ db = 0
[redis_cluster]
enabled = false
addresses = [
"localhost:6379",
"localhost:30001",
"localhost:30002",
"localhost:30003",
"localhost:30004",
"localhost:30005",
"localhost:30006",
]