channels_redis
channels_redis copied to clipboard
Redis channel layer backend for Django Channels
Particularly the config options for the two channel layers would (I think) benefit from being separated.
It seems that `groups` slow down sending messages ~100 times: I've created 3 different echo consumers in order to compare them: 1. AsyncJsonWebsocketConsumer with groups 2. AsyncConsumer with groups 3....
Hi, thanks for this great project I want to implement my web socket in Django but other microservices (in other languages like java and golang) can send some messages to...
With no deployment or code changes this just started happening today: 
**Bug**: "ValueError: int is not allowed for map key" will be raised when using msgpack 1.0.0 for some messages **Explanation**: This is to the fact that they changed their default...
consistent_hash parameter in the **send** method is incorrect Closes #221
I had a mystery bug where the channel_layer would stop receiving on specific channels after a bunch of receives got canceled. Unable to reproduce the bug in clean conditions and...
All code is reproducible in multichat example app with last django and channels_redis. It is possible to make `settings.py` configuration like this: ``` CHANNEL_LAYERS = { "default": { # This...
This seems to be a similar error that I'm seeing other people are having in #158 and #215. It also seem to only happen on deployment because (for heroku) it...
I stumbled on [this post](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-debian-9) and decided to apply the `rename-command` documented in step 5 - Renaming Dangerous Commands on the redis server used by the project I'm working on....