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

Valkey: Redis: Use IP address in sentinel configuration #192

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

kajinamit
Copy link
Contributor

To use the hostname in Valkey, the support should be explicitly enabled[1].

[1] https://valkey.io/topics/sentinel/

Enabling the resolve-hostnames global configuration allows Sentinel to accept host names:

We fixed the same problem with redis driver in the past[2].

[2] 6cbb3fc

To use the hostname in Valkey, the support should be explicitly
enabled[1].

[1] https://valkey.io/topics/sentinel/

```
Enabling the resolve-hostnames global configuration allows Sentinel to
accept host names:
```

We fixed the same problem with redis driver in the past[2].

[2] 6cbb3fc
@tobias-urdin tobias-urdin merged commit 7b821cf into jd:master Feb 13, 2025
6 checks passed
@kajinamit kajinamit deleted the valkey-sentinel-host branch February 13, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants