Xmemcached

High performance, easy to use multithreaded memcached client in java.
Alternatives To Xmemcached
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Xmemcached7211,356672 years ago33January 06, 202119apache-2.0Java
High performance, easy to use multithreaded memcached client in java.
Kumofs300
12 years ago19otherC
kumofs is a scalable and highly available distributed key-value store.
Quitnow Cache111
a month ago1mitJava
⌛ A collection to store data for a given time
Session8511a month ago45September 08, 2022mitGo
Session implementation for fasthttp
Ansible Role Memcached65
2 months agomitJinja
Ansible Role - Memcached
Memcache5350233 years agoJune 01, 20217apache-2.0Go
High performance memcache client in Go (golang)
Hellcat50
9 years agoapache-2.0C++
Valustor47
5 years agootherC++
Kirby3 Boost45
18 days ago42October 06, 20221mitPHP
Boost the speed of Kirby by having content files of pages cached and a fast lookup based on uuids
Memcachedsessionprovider27
39 years ago6May 22, 20142apache-2.0C#
A highly available, high performance ASP.NET session state store provider using Memcached.
Alternatives To Xmemcached
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Memcached Projects
Popular Performance Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Performance
Memcached
Nio