AN Long

Results 171 comments of AN Long

Hi what's to do before we merge this PR?

> Until this PR gets merged, a temporal solution would be to install the package from the patched branch provided by @idot > > ```shell > pip3 install --user git+https://github.com/idot/meinheld.git@patch-1...

I think it's cool to have this method, and for ASCII protocol, seems we can using the mget related API to implement it? https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L472

Sorry maybe I had some misunderstanding, what you want is a single function to get a `cas_id` from a key without the total value body? Or something else?

I am collaborator of r2d2-memcache, feel free if you willing to modify it. And for other feature requests, I just have one suggest is that we can learn from https://github.com/mitsuhiko/redis-rs...

Sorry the commit check's style not adding to docs yes, for now please see https://github.com/aisk/rust-memcache/pull/106#issuecomment-581764792 .

Is the `get_multi` compatible with the exists `gets` function?

Hi @hathawsh I think the `gets` and `get_multi` is API level compatible, so it not a breaking change? Codes using `gets` can be compiled also if we changed it's signature...

I think gets is good because we had it already and this change dose not make API level breaking change.