Skip to main content

Redis Session Backend For Django

Project description

Info:

Redis database backend for your sessions

https://api.travis-ci.org/hellysmile/django-redis-sessions-fork.png

Installation

1. Run pip install django-redis-sessions-fork or alternatively download the tarball and run python setup.py install,

  1. Set redis_sessions.session as your session engine, like so:

    SESSION_ENGINE = 'redis_sessions.session'
  2. 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'
  3. That’s it

See: django-redis-sessions-fork on pypi

  1. Tests:

    pip install nose
    nosetests

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.2.tar.gz (3.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-redis-sessions-fork-0.5.2.tar.gz
Algorithm Hash digest
SHA256 7a18bdc6e4f571ca650f84702d8320f7387381231fe0cb633a4b733a45a71bd7
MD5 9a09f2e5e1787d8f79c9ca3dfb523498
BLAKE2b-256 3fce7b7b01466d3642a5e5e1d8f3fc1cb3f575d41e1ac8c4847600cd6880666e

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