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.
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 thecompression
option.