From 96e40734e1482f72c6645f596e7b3c1901406bb4 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 28 May 2018 13:15:51 -0400 Subject: [PATCH] updated redis connection settings --- docs/configuration/optional-settings.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index 59168cfb7..58672b68c 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -207,7 +207,11 @@ When determining the primary IP address for a device, IPv6 is preferred over IPv --- -## REDIS_DB +## Redis Connection Settings + +The following settings are defined in the `REDIS` dictionary, much like the regular database settings. + +## DB Default: 0 @@ -215,7 +219,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` connect to the redis database with this --- -## REDIS_DEFAULT_TIMEOUT +## DEFAULT_TIMEOUT Default: 300 @@ -223,7 +227,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` use this value as the redis timeout. Th --- -## REDIS_HOST +## HOST Default: localhost @@ -231,7 +235,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` connect to this redis server host. This --- -## REDIS_PASSWORD +## PASSWORD Default: N/A (empty string value) @@ -239,7 +243,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` use this password to connect to the red --- -## REDIS_PORT +## PORT Default: 6379