mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add example configuration for default redis create-cluster setup
This commit is contained in:
parent
b23883b3b6
commit
ae4e654d2a
|
@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue