Move cache and session store to Redis
This MR moves two components to Redis.
- Caching — before, we were relying on memcached for caching. This is unnecessary, because we alrady mandate Redis as message broker, and Redis is as performant as memcached for caching as well.
- Sessions — as we mandate Redis anyway, storing sessions there is possible as well. This is the last missing piece to support horizontal scaling of AlekSIS.
Edited by Nik | Klampfradler
Merge request reports
Activity
added part::backend type::feature labels
added 2 commits
added 2 commits
added 1 commit
- e2829a44 - Ignore caching exceptions if Redis is unavailable
added 12 commits
-
e2829a44...cf471364 - 11 commits from branch
master
- 8fd72a43 - Merge branch 'master' into feature/redis-cache-and-sessions
-
e2829a44...cf471364 - 11 commits from branch
mentioned in commit 86c15195
Please register or sign in to reply