add example configuration for default redis create-cluster setup
This commit is contained in:
@@ -116,7 +116,12 @@ db = 0
|
|||||||
[redis_cluster]
|
[redis_cluster]
|
||||||
enabled = false
|
enabled = false
|
||||||
addresses = [
|
addresses = [
|
||||||
"localhost:6379",
|
"localhost:30001",
|
||||||
|
"localhost:30002",
|
||||||
|
"localhost:30003",
|
||||||
|
"localhost:30004",
|
||||||
|
"localhost:30005",
|
||||||
|
"localhost:30006",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user