aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-11-25 00:15:46 -0800
committerGitHub <noreply@github.com>2021-11-25 00:15:46 -0800
commit6f95c06bd53cb452a28168970a4ce676ff84f26f (patch)
tree095de151262566b02f3d14020cab3da981e2d226 /weed/command
parentda1c755f6ac4ea0a53c3f6f7b83b4115468e1887 (diff)
parentec03f22cc31295159354bc3762af4302eaf05357 (diff)
downloadseaweedfs-6f95c06bd53cb452a28168970a4ce676ff84f26f.tar.xz
seaweedfs-6f95c06bd53cb452a28168970a4ce676ff84f26f.zip
Merge pull request #2469 from hilimd/master
support redis2 sentinel
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold/filer.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index a56251ae7..d936f91b6 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -167,6 +167,14 @@ database = 0
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = []
+[redis2_sentinel]
+enabled = false
+addresses = "172.22.12.7:26379,172.22.12.8:26379,172.22.12.9:26379"
+masterName = "master"
+username = ""
+password = ""
+database = 0
+
[redis_cluster2]
enabled = false
addresses = [