[full-ci] Improve ini backend, support redis sentinel caches (#5737)

* Configure the file metadata cache for storage-users

* Also configure the cache for the system storage

* Update services/storage-system/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* Improve documentation

* Bump reva to pull in the latest ini backend changes

* Fix missing comment

* Update services/storage-users/README.md

Co-authored-by: Martin <github@diemattels.at>

* Update services/storage-system/README.md

Co-authored-by: Martin <github@diemattels.at>

* Tweak docs

* Apply suggestions from code review

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Martin <github@diemattels.at>

---------

Co-authored-by: Martin <github@diemattels.at>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Andre Duffeck
2023-03-06 15:04:19 +01:00
committed by GitHub
parent 1e1b4379ae
commit 8b68830201
9 changed files with 85 additions and 14 deletions

View File

@@ -47,6 +47,10 @@ func DefaultConfig() *config.Config {
LockCycleDurationFactor: 30,
},
},
Cache: config.Cache{
Store: "memory",
Database: "system",
},
}
}