Contents

channels-redis 4.2.0

0

Redis-backed ASGI channel layer implementation

Redis-backed ASGI channel layer implementation

Stars: 565, Watchers: 565, Forks: 193, Open Issues: 33

The django/channels_redis repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 565 github stars!

How to Install channels-redis

You can install channels-redis using pip

pip install channels-redis

or add it to a project with poetry

poetry add channels-redis

Package Details

Author
Django Software Foundation
License
BSD
Homepage
http://github.com/django/channels_redis/
PyPi:
https://pypi.org/project/channels-redis/
GitHub Repo:
https://github.com/django/channels_redis
No  channels-redis  pypi packages just yet.

Errors

A list of common channels-redis errors.

Code Examples

Here are some channels-redis code examples and snippets.

GitHub Issues

The channels-redis package has 33 open issues on GitHub

  • ValueError: loop argument must agree with lock with Python 3.8
  • Allow to configure msgpack serialization and deserialization
  • migrate aioredis to v2.0
  • Leak of connections to Redis
  • Application instance took too long to shut down and was killed. For websocket_disconnect() in AsyncConsumer
  • More broad aioredis version requirement
  • Fix RuntimeError when modifying in_use map

See more issues on GitHub

Related Packages & Articles

aredis 1.1.8

Python async client for Redis key-value store