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
This appears to be because _multi_get() defaults with_cas=True but the callers are all written as if the default were with_cas=False.
with_cas=True
with_cas=False
The text was updated successfully, but these errors were encountered:
@thehesiod Any chance you want to investigate this?
Sorry, something went wrong.
one line fix,
aiomcache/aiomcache/client.py
Line 149 in ca3e79e
@thehesiod asked me to submit a PR for this; I can do that shortly
Successfully merging a pull request may close this issue.
This appears to be because _multi_get() defaults
with_cas=True
but the callers are all written as if the default werewith_cas=False
.The text was updated successfully, but these errors were encountered: