there's an option to use redis as a session backend, which would be faster 
than using a regular db, even a well tuned mysql/postgres instance

https://github.com/martinrusev/django-redis-sessions

On Monday, August 27, 2018 at 3:52:06 AM UTC-4, Web Architect wrote:
>
> Hi,
>
> Right now we are using the Django cache_db session engine for persistent 
> sessions and also for some speed. Is it possible to customise this where I 
> can store some session data in cache and some in DB? For example, I want to 
> store all login sessions in DB and rest like some user specific data - 
> basket etc in cache .
>
> Looking forward to your support....
>
> Thanks. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2e78864c-5ff6-4988-adb4-6dd7d2dc578b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to