Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Xmemcached | 721 | 1,356 | 67 | 2 years ago | 33 | January 06, 2021 | 19 | apache-2.0 | Java | |
High performance, easy to use multithreaded memcached client in java. | ||||||||||
Kumofs | 300 | 12 years ago | 19 | other | C | |||||
kumofs is a scalable and highly available distributed key-value store. | ||||||||||
Quitnow Cache | 111 | a month ago | 1 | mit | Java | |||||
⌛ A collection to store data for a given time | ||||||||||
Session | 85 | 11 | a month ago | 45 | September 08, 2022 | mit | Go | |||
Session implementation for fasthttp | ||||||||||
Ansible Role Memcached | 65 | 2 months ago | mit | Jinja | ||||||
Ansible Role - Memcached | ||||||||||
Memcache | 53 | 50 | 23 | 3 years ago | June 01, 2021 | 7 | apache-2.0 | Go | ||
High performance memcache client in Go (golang) | ||||||||||
Hellcat | 50 | 9 years ago | apache-2.0 | C++ | ||||||
Valustor | 47 | 5 years ago | other | C++ | ||||||
Kirby3 Boost | 45 | 18 days ago | 42 | October 06, 2022 | 1 | mit | PHP | |||
Boost the speed of Kirby by having content files of pages cached and a fast lookup based on uuids | ||||||||||
Memcachedsessionprovider | 27 | 3 | 9 years ago | 6 | May 22, 2014 | 2 | apache-2.0 | C# | ||
A highly available, high performance ASP.NET session state store provider using Memcached. |
MemcachedSessionComparator
and resolveInetAddresses
settings and tweak benchmark projects.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 -d
Run unit tests:
$ mvn test
Run integration test:
$ mvn integration-test
Thanks to all contributors, you make xmemcached better.