martinrusev / django-redis-sessions

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

redis_connection_object connection_type #65

Closed boltnev closed 3 years ago

boltnev commented 3 years ago

I needed to replace redis connector to my custom type(not StrictRedis and not Redis); so i added ability to inject my custom connector to sessions

Also, fixing the redis lib version because of failing tests