diff options
| author | limd <limd@sugon.com> | 2021-11-25 15:57:03 +0800 |
|---|---|---|
| committer | limd <limd@sugon.com> | 2021-11-25 15:57:03 +0800 |
| commit | 220797bd71c18e0f295fa186bf5a0beb85b99659 (patch) | |
| tree | 8f8132f2a37e8a039be341887eadffc6b8b42abe /weed/command | |
| parent | 34240606f78395345ca7f6d7fe66a223c9bdf072 (diff) | |
| download | seaweedfs-220797bd71c18e0f295fa186bf5a0beb85b99659.tar.xz seaweedfs-220797bd71c18e0f295fa186bf5a0beb85b99659.zip | |
support redis sentinel
Diffstat (limited to 'weed/command')
| -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 aec409408..fc7b60fe1 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 = [ |
