Hi,all. The java opensource client for memcached --
xmemcached<https://code.google.com/p/xmemcached/>releases 1.4.2, main
highlights:

1.Upgrade the slf4j  to 1.7.5 version.
2.Supports delete items with CAS value in binary protocol.
3.Make reactor threads to be daemon,they can be exit with JVM right now.
4.Remove final modifier on TextCommandFactory.
5.Added APIs to supports namespace: withNamespace(ns,callback) and
invalidateNamespace(ns).
6.Improve KetamaMemcachedSessionLocator building session map every time
with the socket address string first time we resolved.
7.Fixed issues,such as: setEnableHeartBeat can't work; delete can't work
with kestrel latest version etc.

Downloads: https://code.google.com/p/xmemcached/downloads/list or
http://fnil.net/downloads/index.html

Source: https://github.com/killme2008/xmemcached

Maven dependency(It may not valid, it will be synced to maven central
repository in a few hours):

 <dependency>
      <groupId>com.googlecode.xmemcached</groupId>

      <artifactId>xmemcached</artifactId>
      <version>1.4.2</version>

 </dependency>


Thanks.
-- 
庄晓丹
Email:        killme2...@gmail.com xzhu...@avos.com
Site:           http://fnil.net
Twitter:      @killme2008

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to