We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I seem to remember this is why we pinned an older version. I'll look into it.
The text was updated successfully, but these errors were encountered:
zadd is also different. For now, pip3 install redis='<=3.*' will help "avoid" this issue. Not really where we'd want the code to be.
pip3 install redis='<=3.*'
Sorry, something went wrong.
Not sure if you already found this, but the pinning was related to the inconsistency in parameter ordering as mentioned here: https://github.com/andymccurdy/redis-py#zincrby
No branches or pull requests
I seem to remember this is why we pinned an older version.
I'll look into it.
The text was updated successfully, but these errors were encountered: