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

redis sentinel with password #59

Open roman27t opened 6 years ago

roman27t commented 6 years ago

I don't understand how I can put the password for redis_sentinel because settings.SESSION_REDIS_PASSWORD doesn't use in session.py for sentinel.

password=getattr(settings, 'password', None)

Thankful in advance for your answer.

roman27t commented 5 years ago

similarly for 'db'