blob: 8cd2d32f3a39cc88ceacdc5f33324036920812c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|