Changelog & docs for #6083

This commit is contained in:
jeremystretch
2021-04-09 14:58:40 -04:00
parent 701ad8a4a9
commit cc9b750eff
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ Redis is configured using a configuration setting similar to `DATABASE` and thes
* `PASSWORD` - Redis password (if set)
* `DATABASE` - Numeric database ID
* `SSL` - Use SSL connection to Redis
* `INSECURE_SKIP_TLS_VERIFY` - Set to `True` to **disable** TLS certificate verification (not recommended)
An example configuration is provided below: