1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_CHANNELS_REDIS 2*4882a593Smuzhiyun bool "python-channels-redis" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # python-channels -> python-daphne 4*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 # python-channels 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_AIOREDIS # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ASGIREF # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_CHANNELS # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_MSGPACK # runtime 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun A Django Channels channel layer that uses Redis as its 11*4882a593Smuzhiyun backing store, and supports both a single-server and 12*4882a593Smuzhiyun sharded configurations, as well as group support. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://github.com/django/channels_redis/ 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "python-channels-redis needs a toolchain w/ C++" 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 18*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 19