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

Better removal of hiredis warning #1726

Merged
merged 2 commits into from
Nov 21, 2021

Conversation

wuisawesome
Copy link
Contributor

@wuisawesome wuisawesome commented Nov 18, 2021

Pull Request check-list

It looks like #1721 intended to remove the hiredis warning, but didn't fully remove it when byte buffers aren't available.

This PR tries to do the same thing, but remove the error message in the other case.

Closes #1725

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Please provide a description of the change here.

@@ -37,7 +37,7 @@ def int_or_str(value):
return value


__version__ = "4.0.1"
__version__ = "4.0.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let me know if the version shouldn't be bumped here (I copied this from #1721)

@wuisawesome
Copy link
Contributor Author

@chayim would you mind reviewing this PR when you get the chance?

@chayim
Copy link
Contributor

chayim commented Nov 18, 2021

Thank you @wuisawesome I thought I had them all. Much appreciated!

@chayim chayim self-requested a review November 18, 2021 07:06
@chayim chayim added the bug Bug label Nov 18, 2021
@chayim chayim changed the title Remove hiredis warning Better removal of hiredis warning Nov 18, 2021
@wuisawesome
Copy link
Contributor Author

No problem @chayim , do you happen to have a timeline for when the next patch release will be out?

@chayim
Copy link
Contributor

chayim commented Nov 18, 2021

Definitely next week. Ideally early. I want to fix a couple of issues with json and include that ideally.

@chayim chayim merged commit 791f482 into redis:master Nov 21, 2021
qiluo-msft added a commit to sonic-net/sonic-buildimage that referenced this pull request Jan 10, 2022
…#9704)

Reverts #9317
Since upstream fixed the issue redis/redis-py#1726
We can continue use latest version on master branch.

Fixes #9318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove hiredis warning
2 participants