kapilratnani / django-redis-cache-cluster

Redis cluster cache library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-redis-cache-cluster

Redis cluster cache library

Project Status

  • This project is in initial stage. If you are going to use redis cluster cache then please read up on the documentation that you can find in the bottom of this Readme.

Dependencies & supported python versions

  • Python: redis >= 2.10.2 is required
  • Redis server >= 3.0.0 is required
  • Python: hiredis >= 0.1.3

Installation

Latest stable release from pypi :

$ pip install dj_rcc

or from source :

$ python setup.py install 

How to setup a cluster manually

Docker

A fully functional docker image can be found at Docker-redis-cluster.

See repo README for detailed instructions how to setup.

About

Redis cluster cache library

License:GNU General Public License v3.0


Languages

Language:Python 100.0%