Skip to content

killme2008/xmemcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2233930 · Jan 8, 2025
Mar 31, 2020
Jan 25, 2024
Jan 29, 2016
Aug 17, 2021
Oct 25, 2017
Sep 17, 2009
Jul 27, 2016
Nov 25, 2023
Feb 23, 2018
Nov 23, 2017
Nov 25, 2023

Repository files navigation

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:

$ 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