Commit a6d219cf authored by Sean Bleier's avatar Sean Bleier

Merge pull request #71 from camilonova/patch-1

Update README.rst
parents 0c883cbb 7e747fbe
...@@ -71,18 +71,10 @@ pip install `hiredis`_. This is the recommended parser class. ...@@ -71,18 +71,10 @@ pip install `hiredis`_. This is the recommended parser class.
Usage Usage
----- -----
1. Run ``python setup.py install`` to install, 1. Run ``pip install django-redis-cache``.
or place ``redis_cache`` on your Python path.
2. Modify your Django settings to use ``redis_cache`` : 2. Modify your Django settings to use ``redis_cache`` :
On Django < 1.3::
CACHE_BACKEND = 'redis_cache.cache://<host>:<port>'
On Django >= 1.3::
# When using TCP connections # When using TCP connections
CACHES = { CACHES = {
'default': { 'default': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment