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(Cluster): ignore connection errors for subscriber. #790

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

luin
Copy link
Collaborator

@luin luin commented Jan 29, 2019

The errors will be caught by connection pool and a new election will be made when the current subscriber
is lost, so we can safely ignore these errors.

Fix #768

The errors will be caught by connection pool and a
new election will be made when the current subscriber
is lost, so we can safely ignore these errors.

Fix #768
@luin luin merged commit f368c8a into master Jan 29, 2019
@luin luin deleted the fix/cluster-subscriber-error branch January 29, 2019 17:53
ioredis-robot pushed a commit that referenced this pull request Jan 29, 2019
## [4.6.1](v4.6.0...v4.6.1) (2019-01-29)

### Bug Fixes

* **Cluster:** ignore connection errors for subscriber. ([#790](#790)) ([f368c8a](f368c8a)), closes [#768](#768)
@ioredis-robot
Copy link
Collaborator

🎉 This PR is included in version 4.6.1 🎉

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.6.1](redis/ioredis@v4.6.0...v4.6.1) (2019-01-29)

### Bug Fixes

* **Cluster:** ignore connection errors for subscriber. ([#790](redis/ioredis#790)) ([f368c8a](redis/ioredis@f368c8a)), closes [#768](redis/ioredis#768)
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.

2 participants