项目作者: killme2008

项目描述 :
Java中高性能,易于使用的多线程memcached客户端。
高级语言: Java
项目地址: git://github.com/killme2008/xmemcached.git
创建时间: 2011-01-26T05:33:49Z
项目社区:https://github.com/killme2008/xmemcached

开源协议:Apache License 2.0

下载


Build Status

News

  • 2.4.8 released, some minor fixes.
  • 2.4.7 released, supports MemcachedSessionComparator and resolveInetAddresses settings and tweak benchmark projects.
  • 2.4.6 released, set timeoutExceptionThreshold though XMemcachedClientFactoryBean.

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:

  1. $ cd xmemcached
  2. $ docker-compose up -d

Run unit tests:

  1. $ mvn test

Run integration test:

  1. $ mvn integration-test

Thanks to all contributors, you make xmemcached better.

Contributors

License

Apache License Version 2.0