1config BR2_PACKAGE_PYTHON_CHANNELS_REDIS 2 bool "python-channels-redis" 3 # python-channels -> python-daphne -> python-autobahn -> python-cryptography 4 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 5 select BR2_PACKAGE_PYTHON_ASGIREF # runtime 6 select BR2_PACKAGE_PYTHON_CHANNELS # runtime 7 select BR2_PACKAGE_PYTHON_MSGPACK # runtime 8 select BR2_PACKAGE_PYTHON_REDIS # runtime 9 help 10 A Django Channels channel layer that uses Redis as its 11 backing store, and supports both a single-server and 12 sharded configurations, as well as group support. 13 14 http://github.com/django/channels_redis/ 15