We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4847eb + 89dbf11 commit e76c800Copy full SHA for e76c800
daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md
@@ -30,18 +30,14 @@ spec:
30
value: <PASSWORD>
31
- name: enableTLS
32
value: <bool> # Optional. Allowed: true, false.
33
- - name: failover
34
- value: <bool> # Optional. Allowed: true, false.
35
- - name: sentinelMasterName
36
- value: <string> # Optional
37
- name: maxRetries
38
value: # Optional
39
- name: maxRetryBackoff
40
41
- name: failover
42
- value: # Optional
+ value: <bool> # Optional. Allowed: true, false.
43
- name: sentinelMasterName
44
+ value: <string> # Optional
45
- name: redeliverInterval
46
47
- name: processingTimeout
0 commit comments