Unverified Commit f18bbb43 authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #146 from Varkal/master

Add a warning about databases
parents b79852c8 de9d095b
...@@ -58,6 +58,8 @@ of redis. Start the server by running ``./src/redis-server`` ...@@ -58,6 +58,8 @@ of redis. Start the server by running ``./src/redis-server``
}, },
} }
**Warning: By default, django-redis-cache set keys in the database 1 of Redis. By default, a session with redis-cli start on database 0. Switch to database 1 with** ``SELECT 1``.
.. _Django: https://www.djangoproject.com/ .. _Django: https://www.djangoproject.com/
.. _django-redis-cache: http://github.com/sebleier/django-redis-cache .. _django-redis-cache: http://github.com/sebleier/django-redis-cache
.. _redis-py: http://github.com/andymccurdy/redis-py/ .. _redis-py: http://github.com/andymccurdy/redis-py/
......
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