Redis Session Backend For Django
Project description
django-redis-sessions
=======================
Redis database backend for your 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
------------
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
File details
Details for the file django-redis-sessions-0.4.0.tar.gz
.
File metadata
- Download URL: django-redis-sessions-0.4.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39c3da3d612370b03f867eda1ce383f744382b58ff2f02bbe6b209e28b16f5a9 |
|
MD5 | bb29821ef30ca1278a818c23e91e0fe5 |
|
BLAKE2b-256 | 71dffe83d89b93e063043c29b6231813ec1f0ec376f22de655b257a1a3aef08b |