Skip to content
Snippets Groups Projects

Move cache and session store to Redis

Merged Nik | Klampfradler requested to merge feature/redis-cache-and-sessions into master

This MR moves two components to Redis.

  1. 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.
  2. 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading