Hi,all
     I am pleased to announce that xmemcached 1.3.8 released,it's is a high
performance, easy to use multithreaded memcached client for java. 1.3.8
main highlights:

1).Implemented touch command for text protocol.And now you can use touch
method both in text or binary protocol.

2).Added a new interface KeyProvider to pre-process keys before sending
them to memcached.And added a new method "setKeyProvider" to client builder
and spring factory bean.

3).Added flow control for noreply operations and added a new method "
setMaxQueuedNoReplyOperations" to to client builder and spring factory
bean.It set the maximum queued noreply operations in memory,and it's
default value is based on your jvm maximum memory by -Xmx option.

4).Removed "time" field in delete command,memcached doesn't support the
delay deleting right now.

5).Changed default operation timeout to five seconds.

6).Fixed KetamaMemcachedSessionLocator issue when set it to be compatible
with nginx upstream consistent hash using memcached default port.Thanks
wolfg1969.

If u are using maven,upgrade it is simple:

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

      <artifactId>xmemcached</artifactId>
      <version>1.3.8</version>

 </dependency>

Downloads: https://code.google.com/p/xmemcached/downloads/list

Home:         https://code.google.com/p/xmemcached/

Wiki:            https://code.google.com/p/xmemcached/w/list

Javadoc:     http://fnil.net/docs/xmemcached/index.html

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

Reply via email to