Config.in 521 B

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