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

Reconnect on parsing errors. #1051

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

nihohit
Copy link
Contributor

@nihohit nihohit commented Feb 8, 2024

Parsing errors mean that the connection received a response it doesn't know how to handle. This means that it cannot make sense of the next values sent over the connection, and the connection must be replaced.

related:
#984 (comment)

Parsing errors mean that the connection received a response it doesn't
know how to handle. This means that it cannot make sense of the next
values sent over the connection, and the connection must be replaced.

related:
redis-rs#984 (comment)
@nihohit nihohit force-pushed the reconnect-parsing-error-upstream branch from 154ef4e to 3e7c3f2 Compare February 23, 2024 11:34
Copy link
Contributor

@jaymell jaymell left a comment

Choose a reason for hiding this comment

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

Looks good!

@nihohit nihohit merged commit 1db533d into redis-rs:main Feb 28, 2024
8 of 10 checks passed
@nihohit nihohit deleted the reconnect-parsing-error-upstream branch February 28, 2024 08:11
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.

None yet

2 participants