Commit 7e747fbe authored by Camilo Nova's avatar Camilo Nova

Update README.rst

parent 0c883cbb
...@@ -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