We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support memcached 1.6+ META protocol.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hi,
So is meta protocol supported now by libmemcached? or does libmemcached still use binary protocols?
Hi! libmemcached currently supports the text and binary protocols.
The meta protocol implementation in memcached was still quite in flux back then, sorry.
There's #112 adding support for kind of transparently using some of the meta protocol.
Explicit support for the meta protocol is hard to tuck onto libmemcached's API as it currently stands.
No branches or pull requests
Support memcached 1.6+ META protocol.
The text was updated successfully, but these errors were encountered: