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

Clarify WS4REDIS_SUBSCRIBER #256

Closed charleswhchan closed 6 years ago

charleswhchan commented 6 years ago

ws4redis.store.RedisStore doesn't exist in 0.5.1 as the module has been moved to redis_store.py. Took the chance to rewrite the settings document to clarify the default behavior and how to extend the base class.

charleswhchan commented 6 years ago

Fixes #108

charleswhchan commented 6 years ago

Thanks @jrief! 👍