Open
Description
在正式环境中,在极少情况下会出现如下错误:
2013-11-27 08:35:54,964:[ERROR] [pool-5-thread-4] 96137
com.alisoft.xplatform.asf.cache.memcached.client.MemCachedClient.set(MemCachedCl
ient.java:863) ++++ server response: VERSION 1.4.5
根据memcached协议,set只会响应:
"STORED\r\n"
或者
"NOT_STORED\r\n"
不清楚是memcached服务器的问题还是memcached客户端的问题?
Original issue reported on code.google.com by [email protected]
on 27 Nov 2013 at 3:08