Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 994 Bytes

README.rst

File metadata and controls

38 lines (23 loc) · 994 Bytes

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 redis_cache on your Python path.

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

Build Doc

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.