Redis Session Backend For Django
Project description
- Info:
Redis database backend for your sessions
Installation
1. Run pip install django-redis-sessions-fork or alternatively download the tarball and run python setup.py install,
Set redis_sessions.session as your session engine, like so:
SESSION_ENGINE = 'redis_sessions.session'
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'
That’s it
See: django-redis-sessions-fork on pypi
Tests:
pip install nose 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-fork-0.5.1.tar.gz
.
File metadata
- Download URL: django-redis-sessions-fork-0.5.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4361a753cc4201ba021749a98e52bed71f0a4526e0de2a64130ad416e649d97 |
|
MD5 | 71bb5b49dae9b6b1a469fa4ca94af2dd |
|
BLAKE2b-256 | 4bd15effda8c2113f41659d461efda481ca7a6c7ea910b119ca3fdee54e5670c |