Installation

In order to install django-redisdb, make sure Python is installed. django-redisdb was tested with:

  • Python 2.7
  • Python 3.3
  • Python 3.4

Using pip

To install run:

pip install django-redisdb

To update an already installed verision:

pip install -U django-redisdb

You can use easy_install in place of pip as well:

easy_install install -U django-redisdb

Note

If you haven’t pip read pip installation informations.

Using a Source Distribution

Download and extract source distribution from pypi and run:

python setup.py install

Using the Github Repository

To install the newest version from the Github repository run:

pip install git+https://github.com/kidosoft/django-redisdb

Using the Bitbucket Repository

To install the newest version from the Bitbucket repository run:

pip install hg+https://github.com/kidosoft/django-redisdb