Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Fix Redis Sentinel URI parsing#176

Open
cbroglie wants to merge 1 commit intoredis:mainfrom
cbroglie:sentinel
Open

Fix Redis Sentinel URI parsing#176
cbroglie wants to merge 1 commit intoredis:mainfrom
cbroglie:sentinel

Conversation

@cbroglie
Copy link
Copy Markdown

This fixes an issue in lettucemod's RedisURIBuilder helper in v4.2.0 by forking it into this repo. The issue is fixed in lettucemod v4.3.0, and the fork can be deleted when upgrading (deferred as it's a breaking change affecting other dependencies as well).

Fixes #175

This fixes an issue in lettucemod's RedisURIBuilder helper in v4.2.0 by
forking it into this repo. The issue is fixed in lettucemod v4.3.0, and
the fork can be deleted when upgrading (deferred as it's a breaking
change affecting other dependencies as well).

Fixes redis#175
@sheinbergon
Copy link
Copy Markdown

@jruaux any chance of having this merge. We need to workaround this annyoing constraint

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redis Sentinel URIs are not parsed correctly

2 participants