Skip to content

Commit e76c800

Browse files
authored
Merge pull request #4000 from arthbalete/patch-1
Documentation (Redis state store) : Removed duplicated fields
2 parents e4847eb + 89dbf11 commit e76c800

File tree

1 file changed

+2
-6
lines changed
  • daprdocs/content/en/reference/components-reference/supported-state-stores

1 file changed

+2
-6
lines changed

daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,14 @@ spec:
3030
value: <PASSWORD>
3131
- name: enableTLS
3232
value: <bool> # Optional. Allowed: true, false.
33-
- name: failover
34-
value: <bool> # Optional. Allowed: true, false.
35-
- name: sentinelMasterName
36-
value: <string> # Optional
3733
- name: maxRetries
3834
value: # Optional
3935
- name: maxRetryBackoff
4036
value: # Optional
4137
- name: failover
42-
value: # Optional
38+
value: <bool> # Optional. Allowed: true, false.
4339
- name: sentinelMasterName
44-
value: # Optional
40+
value: <string> # Optional
4541
- name: redeliverInterval
4642
value: # Optional
4743
- name: processingTimeout

0 commit comments

Comments
 (0)