lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
478 stars 136 forks source link

ci/cd question #278

Closed pythonmobile closed 1 year ago

pythonmobile commented 2 years ago

Is there a CI/CD pipeline for this project that runs continuously? How does pylibmc keep up with the changes that are happening in memcached? Any new versions planned?

timgraham commented 1 year ago

See https://github.com/lericson/pylibmc/issues/272.

lericson commented 1 year ago

We plan to keep track of changes by whatever means libmemcached does. Any particular changes you refer to?