Open sambles opened 6 months ago
Redis is used as a backed for the web-socket via Django-channels, look at alternatives for switching this to something else (if possible)
Django-channels
Reasons:
https://stackoverflow.com/questions/53271407/channels-without-channel-layer-or-any-other-free-hosting https://channels.readthedocs.io/en/latest/topics/channel_layers.html
Issue Description
Redis is used as a backed for the web-socket via
Django-channels
, look at alternatives for switching this to something else (if possible)Reasons: