-
Notifications
You must be signed in to change notification settings - Fork 47
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
How can i implement a CAS and GETS use this repo? #207
Comments
Hi there - I haven't googled to see what these acronyms are for, please provide a little bit of human readable detail for what it is you're requesting, thanks |
internal google just spit out "compare and swap" as I was staring into space. I usually have seen this for database values. Seems like you might need some creativity to get dogpile to do this as it is oriented around values that are safe to use when stale. |
I mean the memcached have cas and gets command to support the "compare and swap". How can i use this repo to call the feature. Thx. |
I don't really know memcached protocol, can you provide an example using one of the memcached client libraries directly ? |
Dogpile doesn't expose that method as it is not part of the general idea of what dogpile provides. As this is a memcached-specific call you are better off calling into the python-memcached library directly. |
How can i implement a CAS and GETS use this repo?
Thx
The text was updated successfully, but these errors were encountered: