channels_redis icon indicating copy to clipboard operation
channels_redis copied to clipboard

Redis channel layer backend for Django Channels

Results 70 channels_redis issues
Sort by recently updated
recently updated
newest added

Particularly the config options for the two channel layers would (I think) benefit from being separated.

documentation

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....

bug
blocked/needs-investigation
exp/advanced

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: ![screenshot](https://i.imgur.com/BVi7vDM.png)

bug
blocked/needs-investigation
blocked/user-response

**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...

documentation

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....