Renchunbing / memcache-client-forjava

Automatically exported from code.google.com/p/memcache-client-forjava
0 stars 0 forks source link

memcached响应错误 #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
在正式环境中,在极少情况下会出现如下错误:
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 rgbhso.w...@gmail.com on 27 Nov 2013 at 3:08