monix / shade

Memcached client for Scala
MIT License
106 stars 19 forks source link

Feature/compressing codecs #58

Open lloydmeta opened 7 years ago

lloydmeta commented 7 years ago

This is a much less ambitious version of #50 with the sole aim of migrating to using SpyMemcached's Transcoder as a parent class of Codec.

The main goal is to get parity with other Spymemcached-using systems as well as compression once the data size goes above a certain threshold.

alexandru commented 7 years ago

@lloydmeta doesn't look bad 👍