Documentation : Removed duplicates for failover and sentinelMasterName in setup-redis.md

In Redis state store component configuration example (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#component-format), "failover" and "sentinelMasterName" fields were duplicated.

This commit removes these duplicates, keeping the most verbose value (eg: "<bool> # Optional. Allowed: true, false" instead of "# Optional") and using the same position as the one in the spec metadata fields part (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#spec-metadata-fields).

Signed-off-by: arthbalete <67156595+arthbalete@users.noreply.github.com>
This commit is contained in:
arthbalete 2024-02-01 10:37:55 +01:00 committed by GitHub
parent 11730336ea
commit 694bd624d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -30,18 +30,14 @@ spec:
value: <PASSWORD>
- name: enableTLS
value: <bool> # Optional. Allowed: true, false.
- name: failover
value: <bool> # Optional. Allowed: true, false.
- name: sentinelMasterName
value: <string> # Optional
- name: maxRetries
value: # Optional
- name: maxRetryBackoff
value: # Optional
- name: failover
value: # Optional
value: <bool> # Optional. Allowed: true, false.
- name: sentinelMasterName
value: # Optional
value: <string> # Optional
- name: redeliverInterval
value: # Optional
- name: processingTimeout