diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-08-15 00:01:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-08-15 00:01:38 -0700 |
| commit | 708acee502918080b286cb96114a3789b9f1183d (patch) | |
| tree | e558a7eba1fc0dc846de85694652b8e8b890ab7d /weed/filer2/configuration.go | |
| parent | 9b51ed7af2f73a58ecacda20364bb93c3b0f82b4 (diff) | |
| download | seaweedfs-708acee502918080b286cb96114a3789b9f1183d.tar.xz seaweedfs-708acee502918080b286cb96114a3789b9f1183d.zip | |
add support for redis cluster
fix https://github.com/chrislusf/seaweedfs/issues/705
Diffstat (limited to 'weed/filer2/configuration.go')
| -rw-r--r-- | weed/filer2/configuration.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/filer2/configuration.go b/weed/filer2/configuration.go index 3c8a3675b..dac537673 100644 --- a/weed/filer2/configuration.go +++ b/weed/filer2/configuration.go @@ -78,6 +78,12 @@ address = "localhost:6379" password = "" db = 0 +[redis_cluster] +enabled = false +addresses = [ + "localhost:6379", +] + ` ) |
