Просмотр исходного кода

Add documentation for new Redis SSL configuration parameter.

Alexander Kinneer 7 лет назад
Родитель
Сommit
f88099eb3b
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      docs/configuration/optional-settings.md

+ 7 - 0
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.