Re: Redis cache for Django

2016-03-07 Thread Dheerendra Rathor
I want to use redis as cache backend instead of memcached due to presence of set like data structures and persistent. On Mon, 7 Mar 2016 at 21:10 Avraham Serour wrote: > so do you want to use redis as a backend for cache instead of memcached or > do you want to use redis complex data structures

Re: Redis cache for Django

2016-03-07 Thread Avraham Serour
so do you want to use redis as a backend for cache instead of memcached or do you want to use redis complex data structures in your project? On Mon, Mar 7, 2016 at 4:50 PM, Dheerendra Rathor wrote: > Hey folks, > > This post is for getting opinions > > I want to use Redis cache for my Django pro

Redis cache for Django

2016-03-07 Thread Dheerendra Rathor
Hey folks, This post is for getting opinions I want to use Redis cache for my Django project. I found two apps for that Django Redis (https://github.com/niwinz/django-redis) and Django Redis Cache (https://github.com/sebleier/django-redis-cache). I was going through docs and both looks promisi