- 2.4.0 released, reduce CPU consumption when connecting to a lot of memcached servers.
- 2.3.2 released, some fixes and add compatibility for
KetamaMemcachedSessionLocator
with Gwhalin Memcached Java Client. - 2.3.1 released, Adds
AWSElasticCacheClientBuilder
to buildAWSElasticCacheClient
. - 2.3.0 released, suppports AWS ElasticCache Auto Discovery.
XMemcached is a high performance, easy to use blocking multithreaded memcached client in java.
It's nio based and was carefully turned to get top performance.
Quick start:
Fork the source code and checkout it to your local machine.Make changes and create a pull request.
Use docker and docker-compose to setup test environment:
$ cd xmemcached
$ docker-compose up
Run unit tests:
$ mvn test
Run intergration test:
$ mvn integration-test
Thanks to all contributors, you make xmemcached better.