/django-redis

Full featured redis cache backend for Django.

Primary LanguagePythonOtherNOASSERTION

Redis cache backend for Django

Full featured redis cache backend for Django.

https://img.shields.io/travis/niwibe/django-redis.svg?style=flat https://img.shields.io/pypi/v/django-redis.svg?style=flat https://img.shields.io/pypi/dm/django-redis.svg?style=flat

Documentation

http://niwibe.github.io/django-redis/

How to install

Run python setup.py install to install, or place django_redis on your Python path.

You can also install it with: pip install django-redis