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 db selection for sentinel #31

Closed gregor2004ua closed 9 years ago

gregor2004ua commented 9 years ago

This will allow to specify a db number when using a redis cluster. Currently it will default to db=0.