diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-29 01:09:51 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-29 01:09:51 -0800 |
| commit | 689f5513a955528f365e79c30d9965e7826b1509 (patch) | |
| tree | fcfd2f062f82453d910082e9a232fb1446884c1d /weed/command/scaffold | |
| parent | 7227cfddf54d17b76f26609fdc48962dd334090d (diff) | |
| download | seaweedfs-689f5513a955528f365e79c30d9965e7826b1509.tar.xz seaweedfs-689f5513a955528f365e79c30d9965e7826b1509.zip | |
redis3 supports 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 bf895f484..a6a45923e 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -199,6 +199,14 @@ address = "localhost:6379" password = "" database = 0 +[redis3_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_cluster3] # beta enabled = false addresses = [ |
