Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

handle_get not working properly #5

Open
elbart opened this issue Mar 22, 2011 · 2 comments
Open

handle_get not working properly #5

elbart opened this issue Mar 22, 2011 · 2 comments
Assignees

Comments

@elbart
Copy link
Owner

elbart commented Mar 22, 2011

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
Copy link
Owner Author

elbart commented Apr 7, 2011

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 elbart closed this as completed Apr 7, 2011
@elbart elbart reopened this Apr 7, 2011
@ghost ghost assigned elbart Apr 10, 2011
@insideable
Copy link

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

get foo
VALUE 0 3
END
END

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants