Skip to content

lujian0571/xmemcached

 
 

Repository files navigation

Build Status

News

  • 2.4.7 released, supports MemcachedSessionComparator and resolveInetAddresses settings and tweak benchmark projects.
  • 2.4.6 released, set timeoutExceptionThreshold though XMemcachedClientFactoryBean.
  • 2.4.5 released, bug fixes.

Introduction

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:

Contribute

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 -d

Run unit tests:

$ mvn test

Run integration test:

$ mvn integration-test

Thanks to all contributors, you make xmemcached better.

Contributors

License

Apache License Version 2.0

About

High performance, easy to use multithreaded memcached client in java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%