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

fix: ETIMEDOUT error with Bluebird when connecting. #925

Merged
merged 1 commit into from
Jul 13, 2019

Conversation

luin
Copy link
Collaborator

@luin luin commented Jul 13, 2019

There's a race condition when making connections in 4.11.x,
which will happen easier with Bluebird & Unix socks.

Thank you to @jeremytm & @p3x-robot.

Close #918

There's a race condition when making connections in 4.11.x,
  which will happen easier with Bluebird & Unix socks.

Thank you to @jeremytm & @p3x-robot.

Close #918
@luin luin merged commit 4bce38b into master Jul 13, 2019
@luin luin deleted the fix/connection-race branch July 13, 2019 16:47
ioredis-robot pushed a commit that referenced this pull request Jul 13, 2019
## [4.11.2](v4.11.1...v4.11.2) (2019-07-13)

### Bug Fixes

* ETIMEDOUT error with Bluebird when connecting. ([#925](#925)) ([4bce38b](4bce38b)), closes [#918](#918)
@ioredis-robot
Copy link
Collaborator

🎉 This PR is included in version 4.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

janus-dev87 added a commit to janus-dev87/ioredis-work that referenced this pull request Mar 1, 2024
## [4.11.2](redis/ioredis@v4.11.1...v4.11.2) (2019-07-13)

### Bug Fixes

* ETIMEDOUT error with Bluebird when connecting. ([#925](redis/ioredis#925)) ([4bce38b](redis/ioredis@4bce38b)), closes [#918](redis/ioredis#918)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

after upgraded ioredis from 4.10.0 to 4.11.1 Error: connect ETIMEDOUT
2 participants