From 694bd624d911fa377c2fa7ebca033f2a5789866c Mon Sep 17 00:00:00 2001 From: arthbalete <67156595+arthbalete@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:37:55 +0100 Subject: [PATCH] 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: " # 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> --- .../supported-state-stores/setup-redis.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md index 834a43ebfbd..366bbde0d44 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md @@ -30,18 +30,14 @@ spec: value: - name: enableTLS value: # Optional. Allowed: true, false. - - name: failover - value: # Optional. Allowed: true, false. - - name: sentinelMasterName - value: # Optional - name: maxRetries value: # Optional - name: maxRetryBackoff value: # Optional - name: failover - value: # Optional + value: # Optional. Allowed: true, false. - name: sentinelMasterName - value: # Optional + value: # Optional - name: redeliverInterval value: # Optional - name: processingTimeout