mirror of https://github.com/dapr/docs.git
Merge pull request #4000 from arthbalete/patch-1
Documentation (Redis state store) : Removed duplicated fields
This commit is contained in:
commit
e76c8003b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue