scope icon indicating copy to clipboard operation
scope copied to clipboard

Move session data from database to cache

Open jraddaoui opened this issue 6 years ago • 2 comments

Setup cache engine and move session data from database to cache engine.

From @sevein's feedback in #70:

Perhaps a better option would be to set up the cache engine (in-memory or redis) which can be used for multiple things including becoming the session engine: SESSION_ENGINE.

We're already using Redis as the Celery broker.

jraddaoui avatar Jul 30 '18 02:07 jraddaoui