Re: help regarding celery implementation with django

2013-05-14 Thread Shawn Milochik
I think your question boils down to "How do I use Redis from Python." The answer is 'pip install redis' and play with it. Figure out which commands you'll need by looking at them in the Redis docs. The docs are good. http://redis.io/commands At the top of the page you can filter by type. I'd

help regarding celery implementation with django

2013-05-14 Thread Andrew Stewart
Hi Group, I want to do some stuff with redis for my django application, the backend is majorly PostgreSQL. I have a detailed question here - http://stackoverflow.com/questions/16537490/connecting-my-django-app-to-the-redis-installation Help would be appreciated, thanks! -- You received this