jrief / django-websocket-redis

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

Enabled use of unix sockets for Redis connection #213

Closed ppokrovsky closed 7 years ago

ppokrovsky commented 7 years ago

Switched StrictRedis instantiation to settings parameters. Unix sockets can be enabled by providing following WS4REDIS_CONNECTION configuration:

WS4REDIS_CONNECTION = { 'unix_socket_path': '/path/to/redis.sock' }