aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-08-22 18:23:19 -0700
committerChris Lu <chris.lu@gmail.com>2018-08-22 18:23:19 -0700
commitae4e654d2af59d4e750f58d5fc2c225ea018787f (patch)
treeda06b917d119a549fc6865f7984c375210a711de
parentb23883b3b6dc004d7abe3d9bccf30f0a9cb76b9d (diff)
downloadseaweedfs-ae4e654d2af59d4e750f58d5fc2c225ea018787f.tar.xz
seaweedfs-ae4e654d2af59d4e750f58d5fc2c225ea018787f.zip
add example configuration for default redis create-cluster setup
-rw-r--r--weed/command/scaffold.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 64aa59fb8..a5df2d18d 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -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",
]