martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
495 stars 106 forks source link

Added SESSION_REDIS_URL to settings.py. #22

Closed calvdee closed 11 years ago

calvdee commented 11 years ago

Implemented and tested the option use a Redis protocol URL or UNIX socket URL in settings.py.