default redis reads options

details in https://github.com/chrislusf/seaweedfs/pull/1165
This commit is contained in:
Chris Lu
2019-12-21 09:30:51 -08:00
parent fcbd04c425
commit a9b1ee18af
2 changed files with 7 additions and 2 deletions

View File

@@ -136,8 +136,10 @@ addresses = [
"localhost:30006",
]
password = ""
readOnly = false
routeByLatency = false
// allows reads from slave servers or the master, but all writes still go to the master
readOnly = true
// automatically use the closest Redis server for reads
routeByLatency = true
[etcd]
enabled = false