From ae4e654d2af59d4e750f58d5fc2c225ea018787f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 22 Aug 2018 18:23:19 -0700 Subject: [PATCH] add example configuration for default redis create-cluster setup --- weed/command/scaffold.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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", ]