Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Session backend for Django that stores sessions in a Redis database

License

Notifications You must be signed in to change notification settings

wolph/django-redis-sessions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
  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'
  4. That's it

About

Session backend for Django that stores sessions in a Redis database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%