On Sat, Mar 1, 2014 at 12:39 PM, Andreas Kuhne
<[email protected]>wrote:

> The main difference is that you can use redis as a session cache for
> django (save the session objects to memory instead of the database), which
> I haven't found a solution for memcache yet.
>

Memcache works just fine as a session backend:

https://docs.djangoproject.com/en/dev/topics/http/sessions/#using-cached-sessions

Andy

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOjXX8aCOZXQcVkb%3Dfk%2BcJtgphAJdY%2BrUAC7aDVnMEDWFq2Vgg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to