node-memcache icon indicating copy to clipboard operation
node-memcache copied to clipboard

handle_get not working properly

Open elbart opened this issue 14 years ago • 2 comments

Hi, I am using your excellent module for node.js to connect to memcache. I just downloaded the new version and have some problems in the handle_get function. The if VALUE clause causes some problems, and I get callbacks with no type property errors in determine_reply_handler. I rolled back to the older version and it works fine. I think the data returned from memcached looks different than you expect.

Chris

elbart avatar Mar 22 '11 08:03 elbart

Hi Chris!

Could you give an example on which data the errors are coming up? So that I can reproduce the error within a testcase?

Kind regards,

Tim

elbart avatar Apr 07 '11 22:04 elbart

try to get following values from Memcache: get foobar VALUE 0 6 FOOEND END

get foo VALUE 0 3 END END

insideable avatar Apr 12 '11 01:04 insideable