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

How to turn WS4REDIS_EXPIRE off? #250

Closed vporton closed 6 years ago

vporton commented 6 years ago

The docs are silent on how (if possible) to set WS4REDIS_EXPIRE off, that is to make messages expire immediately after (trying) to dispatch to WebSocket.

Please make this feature (to expire messages immediately) and document it.

2DKot commented 6 years ago

WS4REDIS_EXPIRE = 0 is what you need

63