Skip to content

Commit 792ab3d

Browse files
committed
Fix typo in sentinelMasterName value for Redis Sentinel configuration
Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
1 parent 3ff13f0 commit 792ab3d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ When using Redis Sentinel for high availability, set `redisType` to `"node"`, en
514514
- name: failover
515515
value: "true"
516516
- name: sentinelMasterName
517-
value: "mymaster"Expand commentComment on line R137Code has comments. Press enter to view.
517+
value: "mymaster"
518518
```
519519

520520
## Related links

0 commit comments

Comments
 (0)