aiomcache icon indicating copy to clipboard operation
aiomcache copied to clipboard

get() actually issues "gets" command on the wire

Open sapphirecat opened this issue 6 years ago • 0 comments

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.

sapphirecat avatar Nov 20 '18 20:11 sapphirecat