Skip to content

Commit

Permalink
Merge pull request #17 from jasonknz/patch-2
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
Martin Rusev committed Jul 11, 2012
2 parents 4d66436 + 81706da commit c781833
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ For Django < 1.4 run ``pip install django-redis-sessions==0.3``
SESSION_REDIS_PASSWORD = 'password'
SESSION_REDIS_PREFIX = 'session'

If you prefer domain socket connection, you can just add this line instead of SESSION_REDIS_HOST and SESSION_REDIS_PORT.

SESSION_REDIS_UNIX_DOMAIN_SOCKET_PATH = '/var/run/redis/redis.sock'

4. That's it

See: http://pypi.python.org/pypi/django-redis-sessions

0 comments on commit c781833

Please sign in to comment.