Redis Session Backend For Django
Project description
django-redis-sessions
=======================
Redis database backend for your sessions
.. image:: https://travis-ci.org/martinrusev/django-redis-sessions.svg?branch=master
:target: https://travis-ci.org/martinrusev/django-redis-sessions
------------
Installation
------------
1. Run ``pip install django-redis-sessions`` or alternatively download the tarball and run ``python setup.py install``,
For Django < 1.4 run ``pip install django-redis-sessions==0.3``
2. Set ``redis_sessions.session`` as your session engine, like so::
SESSION_ENGINE = 'redis_sessions.session'
3. Optional settings::
SESSION_REDIS_HOST = 'localhost'
SESSION_REDIS_PORT = 6379
SESSION_REDIS_DB = 0
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: `django-redis-sessions <http://pypi.python.org/pypi/django-redis-sessions>`_ on pypi
5. Tests::
$ pip install django nose redis
# Make sure you have redis running on localhost:6379
$ nosetests
=======================
Redis database backend for your sessions
.. image:: https://travis-ci.org/martinrusev/django-redis-sessions.svg?branch=master
:target: https://travis-ci.org/martinrusev/django-redis-sessions
------------
Installation
------------
1. Run ``pip install django-redis-sessions`` or alternatively download the tarball and run ``python setup.py install``,
For Django < 1.4 run ``pip install django-redis-sessions==0.3``
2. Set ``redis_sessions.session`` as your session engine, like so::
SESSION_ENGINE = 'redis_sessions.session'
3. Optional settings::
SESSION_REDIS_HOST = 'localhost'
SESSION_REDIS_PORT = 6379
SESSION_REDIS_DB = 0
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: `django-redis-sessions <http://pypi.python.org/pypi/django-redis-sessions>`_ on pypi
5. Tests::
$ pip install django nose redis
# Make sure you have redis running on localhost:6379
$ nosetests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for gc-django-redis-sessions-0.5.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33be656b5acc5a286a9e8bf22e6b3c5aedbe142aa8f17d31ca2c556f718c4f3b |
|
MD5 | 900133834e86c88ef57dd36220c9999b |
|
BLAKE2b-256 | c9f4faa415944ff3977f752f76f6d38d179079567f130400b891fc07864c79fd |