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

Sorry to interupt, when will the new version be released? #256

Closed kongyi182 closed 1 month ago

jaysonsantos commented 1 month ago

@kongyi182 there aren't any new features added since the last version, were you looking for something specific?

kongyi182 commented 1 month ago

I found that there has been no new version for almost 2 years, so I would like to inquire about the version plan.

jaysonsantos commented 1 month ago

Nothing planned, especially that the binary protocol is deprecated on memcached. This lib implements the basic operations and they don't change that often. I guess you could try and check pylibmc or others for something more up-to date

kongyi182 commented 1 month ago

thank you