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

Document compression feature #233

Closed timabbott closed 4 years ago

timabbott commented 4 years ago

First, thanks for creating this library! We're switching Zulip to use it (https://github.com/zulip/zulip/pull/14925).

One question that came up in that discussion was whether this library supports compressing values (https://github.com/zulip/zulip/pull/14925#pullrequestreview-460395051); it turns out that it does, but I don't see that documented for this project (though I do see it on https://github.com/jaysonsantos/django-bmemcached). It'd be nice if this project documented the feature in its README, and even django-bmemcached doesn't document the valid values of the compression option.

andersk commented 4 years ago

It’s documented here: https://python-binary-memcached.readthedocs.io/en/latest/bmemcached/

timabbott commented 4 years ago

Oh, I see, missed the link from the README.