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

Redis: Use IP address in sentinel configuration #183

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Commits on Aug 15, 2024

  1. Redis: Use IP address in sentinel configuration

    Sentinel supports hostnames since Redis 6.2, and the support should be
    explicitly enabled. See [1] for details.
    
    [1] https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/#ip-addresses-and-dns-names
    
    Fixes jd#173
    kajinamit committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6cbb3fc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    6e7ef83 View commit details
    Browse the repository at this point in the history