From 4b0e489257a50c22b0be5dc60f1b60e38760f849 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:35:09 -0700 Subject: [PATCH] Mention the Redis licensing and its forks --- docs/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 5d59e29ad..c2660595e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -132,3 +132,11 @@ Multiple options for ASGI servers exist: - `daphne` as a standalone server, which is the reference implementation for ASGI. - `uvicorn` as a standalone server + +## _What about the Redis licensing change and using one of the open source forks_? + +Currently, forks of Redis such as Valkey or Redirect are not officially supported by our upstream +libraries, so using one of these to replace Redis is not officially supported. + +However, they do claim to be compatible with the Redis protocol and will likely work, but we will +not be updating from using Redis as the broker officially just yet.