XMemcached is a new java nio based memcached client.It's main
highlights:
1.All text based and binary based memcached protocol implementation.2.Synchronous API for easy using. 3. Multithreaded 4.Multiple server nodes with consistent hash 、standard hash or election hash 5.Use JMX to montior 、 control and statistics 6.Supports weighted server 7.Add/Remove server or change server's weight dynamically by programming or JMX 8..Spring and hibernate-memcached integration(since 1.2.0) 9.Nio connection pool in high concurrent environment. 10.Support kestrel which is a MQ server wirtten in scala,It use memcached text protocol,but no all compatible. More infomation see the wiki page please. Project home: http://code.google.com/p/xmemcached/ Wiki page :http://code.google.com/p/xmemcached/w/list Downloads : http://code.google.com/p/xmemcached/downloads/list
