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
typo on Check whether bike:1 or bike:2 are racing in the US. example for python
Check whether bike:1 or bike:2 are racing in the US.
typo: print(res6) # >>> 1
print(res6) # >>> 1
should be: print(res6) # >>> 0
print(res6) # >>> 0
The text was updated successfully, but these errors were encountered:
Thank you, Ryan. I'll take a look.
Sorry, something went wrong.
I've fixed this with a PR to the redis-py repo. No idea how long it will take to get it merged.
dwdougherty
No branches or pull requests
typo on
Check whether bike:1 or bike:2 are racing in the US.
example for pythontypo:
print(res6) # >>> 1
should be:
print(res6) # >>> 0
The text was updated successfully, but these errors were encountered: