aiomcache
aiomcache copied to clipboard
get() actually issues "gets" command on the wire
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
.