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

Feat/add skip waiting connection option #3027

Merged
merged 4 commits into from
Jan 28, 2025

Conversation

manast
Copy link
Contributor

@manast manast commented Jan 25, 2025

Why

When failing fast if the connection is not available, it is sometimes also needed to fail in the case the initial connection has not yet being stablished with Redis. More background can be found here: #995

How

We introduced a new option "skipWaitingForReady" that is by default false, to keep the old behaviour and no introduce breaking changes.

Additional Notes (Optional)

@manast manast requested review from roggervalf and fgozdz January 25, 2025 11:37
Copy link
Collaborator

@roggervalf roggervalf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@manast manast merged commit 6d829fc into master Jan 28, 2025
11 checks passed
@manast manast deleted the feat/add-skip-waiting-connection-option branch January 28, 2025 10:04
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