issue 112:: 新引入的failure模式在启动的时候,如果memcached故障,运行不符合预期的bug.
issue 113: 新增加一个delete方法,可以设置操作超时
public boolean delete( final String key, long opTimeout) throws TimeoutException, InterruptedException, MemcachedException;2、性能调优,存储操作(set/add/replace/prepend/append/cas)的性能提升5%。
3、修复pom.xml,使得xmemcached可以在其他机器上编译。
4、使用github作为源码仓库,版本管理使用git替换svn,源码转移到
https://github.com/killme2008/xmemcached
新版本下载地址:
http://code.google.com/p/xmemcached/downloads/list使用maven可以直接引用:
< dependency > < groupId > com.googlecode.xmemcached </ groupId > < artifactId > xmemcached </ artifactId > < version > 1.3.2 </ version > </ dependency >项目文档:
http://code.google.com/p/xmemcached/w/list
文章转自庄周梦蝶 ,原文发布时间2011-03-27
相关资源:敏捷开发V1.0.pptx