diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-12 02:50:41 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-12 02:50:41 -0700 |
| commit | b5a713be6843d8899cfae1021ac54a18b9315dd2 (patch) | |
| tree | 667e1b9aa4ff39ae92d085d8f2165f3453625203 /weed/command/scaffold.go | |
| parent | e613695af794e5509ea454920f78063f453f16f2 (diff) | |
| download | seaweedfs-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.go | 4 |
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", |
