Full featured redis cache backend for Django.
http://niwibe.github.io/django-redis/
Run python setup.py install to install,
or place redis_cache on your Python path.
You can also install it with: pip install django-redis
For build documentation, you should have installed: asciidoc, gnu make and pygments.
Having all dependencies installed, for build documentation you should execute make
on doc/ directory.