From f88099eb3b6632090db3214cdceacd09dc4e3249 Mon Sep 17 00:00:00 2001 From: Alexander Kinneer Date: Mon, 18 Mar 2019 11:15:40 -0500 Subject: [PATCH] Add documentation for new Redis SSL configuration parameter. --- docs/configuration/optional-settings.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index 65ac588b6..f8bd70e88 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -283,6 +283,7 @@ REDIS = { 'PASSWORD': '', 'DATABASE': 0, 'DEFAULT_TIMEOUT': 300, + 'SSL': False, } ``` @@ -315,3 +316,9 @@ The TCP port to use when connecting to the Redis server. Default: None The password to use when authenticating to the Redis server (optional). + +### SSL + +Default: False + +Use secure sockets layer to encrypt the connections to the Redis server.