-
Notifications
You must be signed in to change notification settings - Fork 11
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
Async set-like commands interface #21
Comments
I'm not sure what would be a good, generic C interface for asynchronous operations so async mechanisms are currently left to the users to implement. It's possible to do it using Also, in case you're not interested in command statuses and just want to push updates to the servers (and potentially wait for operations to complete or fail without distinguishing between the results) it's possible to just use the plain command api ( |
Ok, I will do. For google indexing for people, who searches async memcached c++ interface.
|
There is one async c memcached client library, thanks for it.
Internally all command use
omcache_io
. But there is no async interface for set commands.Do you plan to add such functions?
The text was updated successfully, but these errors were encountered: