jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

Support ConnectionPool and Unix Domain Sockets #214

Closed lordi closed 7 years ago

lordi commented 7 years ago

This will support unix domain sockets (closes #212) but won't drop connectionpool support (compare PR #213).

jrief commented 7 years ago

Since you have to configure named sockets in the settings, could you please add a note to the docs and a note to the changelog. I'll the release a new version.