ucrmk / memcacheclient

Automatically exported from code.google.com/p/memcacheclient
0 stars 0 forks source link

“gets” operator error #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use MemCacheClient::Gets(...) function.
2.
3.

What is the expected output? What do you see instead?
The MemRequest.mCas must be the CAS value by gets perator.But,it always 0 in 
this version.

What version of the product are you using? On what operating system?
MemCacheClient.cpp r25. Windows and Linux.

Please provide any additional information below.
Modify MemCacheClient.cpp r25 line 571
from "if (nNext == nItem) sRequest = "get";"
to "if (nNext == nItem) sRequest = aType;".

BLW, MemCacheClient is simple and easy to use.Thank you.

Original issue reported on code.google.com by mail.yey...@gmail.com on 19 Apr 2013 at 12:22