aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-12 02:50:41 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-12 02:50:41 -0700
commitb5a713be6843d8899cfae1021ac54a18b9315dd2 (patch)
tree667e1b9aa4ff39ae92d085d8f2165f3453625203 /weed/command/scaffold.go
parente613695af794e5509ea454920f78063f453f16f2 (diff)
downloadseaweedfs-b5a713be6843d8899cfae1021ac54a18b9315dd2.tar.xz
seaweedfs-b5a713be6843d8899cfae1021ac54a18b9315dd2.zip
filer store: add redis2 redis_cluster2 as default redis store
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 109f0c04f..67fa8dcf3 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -143,13 +143,13 @@ hosts=[
"localhost:9042",
]
-[redis]
+[redis2]
enabled = false
address = "localhost:6379"
password = ""
database = 0
-[redis_cluster]
+[redis_cluster2]
enabled = false
addresses = [
"localhost:30001",