]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: Mention the Redis licensing and its forks (#7817)
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 1 Oct 2024 01:58:07 +0000 (18:58 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 01:58:07 +0000 (01:58 +0000)
* Mention the Redis licensing and its forks

* Note date

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
docs/faq.md

index 5d59e29adb505e781562da126884c42f1c69792a..64cf082a1b83641222921d225f469f6f6f1f0690 100644 (file)
@@ -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 (October 2024), 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.