- 2.4.8 released, some minor fixes.
- 2.4.7 released, supports
MemcachedSessionComparatorandresolveInetAddressessettings and tweak benchmark projects. - 2.4.6 released, set timeoutExceptionThreshold though XMemcachedClientFactoryBean.
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 -dRun unit tests:
$ mvn testRun integration test:
$ mvn integration-testThanks to all contributors, you make xmemcached better.