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

session.py problem #47

Closed 77598072 closed 7 years ago

77598072 commented 7 years ago

in session.py line 79 "elif self.connection_type == 'unix_url':" Should't be "elif self.connection_type == 'redis_host':" ?

martinrusev commented 7 years ago

@77598072 It is fixed now.