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

Fix domain socket connection issue. #57

Closed ghost closed 6 years ago

ghost commented 6 years ago

Domain socket connection is not set, unless we explicitly specify the host parameter as None in the config.

Fixes #56