diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:14:29 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:14:29 -0700 |
| commit | 03d76479a57a4e28a56d89b14d78300756992007 (patch) | |
| tree | 2e7eb23d06392e1233373989ba76895972aac312 /weed/filer2/configuration.go | |
| parent | a6a6b87f1baacdf51176b716b72fe61818d548d3 (diff) | |
| download | seaweedfs-03d76479a57a4e28a56d89b14d78300756992007.tar.xz seaweedfs-03d76479a57a4e28a56d89b14d78300756992007.zip | |
add reds
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 0112a883b..16c0f3fd0 100644 --- a/weed/filer2/configuration.go +++ b/weed/filer2/configuration.go @@ -74,6 +74,12 @@ hosts=[ "localhost:9042", ] +[redis] +enabled = true +address = "localhost:6379" +password = "" +db = 0 + ` ) |
