-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
The expires key for Catalyst sessions does itself not expire. Therefore, the production Redis instance has accumulated more than four million entries, most of which are related to long expired sessions.
We should 1. change the code so that new keys will expire with their session, 2. run a script that will clean up the existing persistent keys that are no longer needed.