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

Use auth settings with Sentinel #35

Closed saabeilin closed 8 years ago

saabeilin commented 8 years ago

Using redis+sentinel together with authentication is a common use-case. This PR adds this possibility.