Open elbart opened 13 years ago
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
try to get following values from Memcache: get foobar VALUE 0 6 FOOEND END
get foo VALUE 0 3 END END
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