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

Sending unique ping data to ensure response is related to request #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

digartner
Copy link
Contributor

No description provided.

@digartner
Copy link
Contributor Author

Related to #28

According to that issue, some redis connections become "corrupted" due to time outs. Subsequent calls to get() can return results from previous commands.
This change ensures that when we call PING, we don't accidentally accept a PONG response from a corrupted connection.

@garrensmith
Copy link
Collaborator

@digartner could you change this to point to the new main and then we can merge it in.
Is it possible to write a test for this?

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