-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Get Quietly, Get Key, Get Key Quietly methods #42
Comments
and |
I don't think the get variants are valuable to expose in the client interface (it's useful as a building block for higher level operations like multi-get, or for handling get requests asynchronously). Multi-get would certainly be valuable (often implemented as a series of get-key-quietly so) although I haven't thought through whether it would require any significant changes in how callbacks are invoked in Fairly simple but useful features that I would be thrilled if you submitted a patch for (no one has asked for these yet, but they should be there):
Thanks for your interest! BTW, you probably want to be looking at this wiki page which is slightly more up to date: http://code.google.com/p/memcached/wiki/BinaryProtocolRevamped |
we could, in principal add quit commands to the |
OK, I'll check it out first. |
@chylvina any news? |
Closing as we support touch, quit, prepend... just not multi-get and others, but we have that documented elsewhere. |
According to https://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol, do you have a plan to add these 3 method?
And I can help if needed.
The text was updated successfully, but these errors were encountered: