monix / shade

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

Added support for storage flags in Codec #49

Open thenobody opened 7 years ago

thenobody commented 7 years ago

Added setting and reading of the storage flags (as described in https://github.com/memcached/memcached/blob/master/doc/protocol.txt) into the public API. The intended point of usage is in the Codec trait's methods (i.e. serde operations should be aware of the flags, such as compression and similar).

Few notes:

lloydmeta commented 7 years ago

It looks like #50 incorporates the flags on Codec idea.