updated redis connection settings

This commit is contained in:
John Anderson 2018-05-28 13:15:51 -04:00
parent 7e01bcad2f
commit 96e40734e1

View File

@ -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 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 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 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) 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 Default: 6379