From a56de4547cb90b1c72f22997f1b828111cb8e52f Mon Sep 17 00:00:00 2001 From: Zerteax <111658582+Zerteax@users.noreply.github.com> Date: Sun, 21 Aug 2022 16:27:45 +0200 Subject: [PATCH] Changes to Redis documentation (#1441) * Added more description in PAPERLESS_REDIS * More Information on Redis * Update configuration.rst * Changed to Same as in the Documentation of Redis * Edited the link Linking directly to the Securing Redis part --- docs/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index fd68f61cb..94c7c2e64 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -26,6 +26,12 @@ Required services PAPERLESS_REDIS= This is required for processing scheduled tasks such as email fetching, index optimization and for training the automatic document matcher. + + * If your Redis server needs login credentials PAPERLESS_REDIS = ``redis://:@:`` + + * With the requirepass option PAPERLESS_REDIS = ``redis://:@:`` + + `More information on securing your Redis Instance `_. Defaults to redis://localhost:6379.