Redis-backed asgi channel layer implementation
Provides Django Channels channel layers that use Redis as a backing store. There are two available implementations: RedisChannelLayer is the original layer, and implements channel and group handling itself. RedisPubSubChannelLayer is newer and leverages Redis Pub/Sub for message dispatch. This layer is currently at Beta status, meaning it may be subject to breaking changes whilst it matures. Both layers support a single-server and sharded configurations.
$
pkg install py311-channels-redisOrigin
www/py-channels-redis
Size
182KiB
License
BSD3CLAUSE
Maintainer
grembo@FreeBSD.org
Dependencies
5 packages
Required by
0 packages