-
Notifications
You must be signed in to change notification settings - Fork 41
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
Expose the cas_id in binary protocol. #80
Comments
One thought is that we could have a |
I think it's cool to have this method, and for ASCII protocol, seems we can using the mget related API to implement it? https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L472 |
Sorry maybe I had some misunderstanding, what you want is a single function to get a |
Yes, metaget and metaset seem to be similar to the ASCII commands to the binary commands I was talking about. Implementing the feature I want in the binary protocol is much less work with the current code we have, though. |
This will be useful for letmutx/macgyver-lock-rs#10
The text was updated successfully, but these errors were encountered: