jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
165 stars 57 forks source link

set_multi: Return a list of keys that failed to be set #231

Closed andersk closed 4 years ago

andersk commented 4 years ago

This is an API change, but is required for compatibility with Django.


This change is Reviewable