diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-11-25 00:15:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-25 00:15:46 -0800 |
| commit | 6f95c06bd53cb452a28168970a4ce676ff84f26f (patch) | |
| tree | 095de151262566b02f3d14020cab3da981e2d226 /weed/command/scaffold | |
| parent | da1c755f6ac4ea0a53c3f6f7b83b4115468e1887 (diff) | |
| parent | ec03f22cc31295159354bc3762af4302eaf05357 (diff) | |
| download | seaweedfs-6f95c06bd53cb452a28168970a4ce676ff84f26f.tar.xz seaweedfs-6f95c06bd53cb452a28168970a4ce676ff84f26f.zip | |
Merge pull request #2469 from hilimd/master
support redis2 sentinel
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 8 |
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 = [ |
