Re: django-cache-machine with Redis

2014-04-24 Thread Ramón Carrillo
Oh, my mistake. I did miss the django-cache-machine part. Anyway, from the sources it seems supported and dependant on django-redis-cache [0,1]. So, you should installed first. According to a commit message [0] and an example [2], this should be in your settings.py: CACHE_MACHINE_USE_REDIS =

Re: django-cache-machine with Redis

2014-04-24 Thread Mike Megally
Thanks! I got the redis cache set up. What is worrying me is that django-cache-machine says that you need to use one of its backends for caching and django-cache-machine doesn't come with one for redis. Just memcache and localmem. I'm wondering if its safe to just use the redis cache i've

Re: django-cache-machine with Redis

2014-04-24 Thread Ramón Carrillo
Hi Mike, You need a cache backend, you can write it by yourself [0] or use an existing one [1,2] [0] https://docs.djangoproject.com/en/1.6/topics/cache/#using-a-custom-cache-backend [1] https://github.com/niwibe/django-redis [2] https://github.com/sebleier/django-redis-cache On Wed, Apr 23,

Re: django-cache-machine with Redis

2014-04-23 Thread Mike Megally
Did you figure this out? I'm currently in the same situation. On Thursday, March 28, 2013 9:56:13 PM UTC-7, Alan Johnson wrote: > > How does one configure this? The documentation only explains how to use > locmem or memcached, and yet the commit logs reference Redis multiple > times, so it

django-cache-machine with Redis

2013-03-28 Thread Alan Johnson
How does one configure this? The documentation only explains how to use locmem or memcached, and yet the commit logs reference Redis multiple times, so it must be doable. Does anybody have any advice or experience with this? -- You received this message because you are subscribed to the