Codebase list django-redis / debian/4.8.0-1_exp1
debian/4.8.0-1_exp1

Tree @debian/4.8.0-1_exp1 (Download .tar.gz)

==============================
Redis cache backend for Django
==============================

Full featured redis cache backend for Django.

.. image:: https://img.shields.io/travis/niwinz/django-redis.svg?style=flat
    :target: https://travis-ci.org/niwinz/django-redis

.. image:: https://img.shields.io/pypi/v/django-redis.svg?style=flat
    :target: https://pypi.python.org/pypi/django-redis


Documentation
-------------

http://niwinz.github.io/django-redis/latest/

简体中文版: 
http://django-redis-chs.readthedocs.io/zh_CN/latest/

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``