Skip to main content

Redis Session Backend For Django

Project description

info:

Redis Session Backend For Django

https://api.travis-ci.org/hellysmile/django-redis-sessions-fork.png https://coveralls.io/repos/hellysmile/django-redis-sessions-fork/badge.png?branch=master https://pypip.in/d/django-redis-sessions-fork/badge.png https://pypip.in/v/django-redis-sessions-fork/badge.png

installation

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

# all these options are defaults, you can skip anyone
SESSION_REDIS_HOST = 'localhost'
SESSION_REDIS_PORT = 6379
SESSION_REDIS_DB = 0
SESSION_REDIS_PASSWORD = None
SESSION_REDIS_PREFIX = None

# 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'

# you can also use redis from url
SESSION_REDIS_URL = 'redis://localhost:6379/0'

if you one of happy heroku.com users

you can skip redis configuration at all

django-redis-sessions-fork already have prefiguration for redis clouds

tests

pip install tox
tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-redis-sessions-fork-0.5.3.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file django-redis-sessions-fork-0.5.3.tar.gz.

File metadata

File hashes

Hashes for django-redis-sessions-fork-0.5.3.tar.gz
Algorithm Hash digest
SHA256 935939875baae5d6e2636055413c8620639bd8ed5e4f618f6c1fcb890d9f7a55
MD5 18ea4646400fd9bba10422af8ffc6cb9
BLAKE2b-256 daee61f973562f3e7a603472405943b41ad2dbb4bd4cb0e2ede10636049ea67c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page