Redis

From Rixort Wiki
Revision as of 14:55, 15 May 2023 by Paul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Service to store short-lived data - caches, sessions etc.

Having a single Redis store for PHP sessions can be one way to allow multiple servers with load balancing without the problems of users hitting the server which doesn't contain the session (alternative is to use 'sticky' sessions, but that partly defeats load balancing).