Java Memcached Client
As the author of spymemcached, I’m a bit biased, but I’d say it’s mine for the following reasons: Designed from scratch to be non-blocking everywhere possible. When you ask for data, issue a set, etc… there’s one tiny concurrent queue insertion and you get a Future to block on results (with some convenience methods for … Read more