diff options
Diffstat (limited to 'www/py-dj51-channels-redis/pkg-descr')
-rw-r--r-- | www/py-dj51-channels-redis/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/py-dj51-channels-redis/pkg-descr b/www/py-dj51-channels-redis/pkg-descr new file mode 100644 index 000000000000..8cd2d32f3a39 --- /dev/null +++ b/www/py-dj51-channels-redis/pkg-descr @@ -0,0 +1,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. |