diff --git a/reference/specs/bindings/redis.md b/reference/specs/bindings/redis.md index f95ae8f7a..3e3421540 100644 --- a/reference/specs/bindings/redis.md +++ b/reference/specs/bindings/redis.md @@ -12,9 +12,12 @@ spec: value:
:6379 - name: redisPassword value: ************** + - name: enableTLS + value: ``` - `redisHost` is the Redis host address. - `redisPassword` is the Redis password. +- `enableTLS` - If the Redis instance supports TLS with public certificates it can be configured to enable or disable TLS. > **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store)