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 setup.
On Thursday, April 24, 2014 9:30:49 AM UTC-7, Ramón Carrillo wrote: > > 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, 2014 at 8:29 PM, Mike Megally > <[email protected]<javascript:>> > wrote: > > 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 must be doable. Does anybody have any advice or experience with > this? > > > > -- > > 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] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > 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/e147c975-33e9-466d-81f0-8b3949330b18%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > -- 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/86df6e91-edc8-425c-bb8d-204b46ef3cb7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

