killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
757 stars 280 forks source link

support cache dump in text protocol #88

Closed jiacai2050 closed 6 years ago

jiacai2050 commented 6 years ago

cache dump is useful to implement list-keys, more refer:

Currently TextStatsCommand only keep the first three items of response split by , which isn't suitable for cache dump command.