Contents

asgi_redis 1.4.3

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 asgi-redis

You can install asgi-redis using pip

pip install asgi-redis

or add it to a project with poetry

poetry add asgi-redis

Package Details

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

Errors

A list of common asgi-redis errors.

Code Examples

Here are some asgi-redis code examples and snippets.

GitHub Issues

The asgi-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