scope
scope copied to clipboard
Move session data from database to cache
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.