Memcached Java Client with sample program
In my previous post, I listed down most common telnet commands for memcached with sample execution terminal logs. Today I want to discuss about the Memcached Client program available in Java language.
There are three most widely used memcached client programs in java
1. xmemcached
2. spymemcached
3. gwhalin memcached client
I have used Greg Whalin memcached client and found it easy to understand and use. It provides all the basic functionalities with thread pooling. Its available under BSD license and you can download it from below URL:
https://github.com/gwhalin/Memcached-Java-Client