Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation (Redis state store) : Removed duplicated fields #4000

Merged
merged 3 commits into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. Documentation : Removed duplicates for failover and sentinelMasterNam…

    …e 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: "<bool> # 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 <[email protected]>
    arthbalete authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    694bd62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b68d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89dbf11 View commit details
    Browse the repository at this point in the history