Skip to content
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 support for meta commands #45

Open
QuChen88 opened this issue Dec 6, 2024 · 0 comments
Open

Add support for meta commands #45

QuChen88 opened this issue Dec 6, 2024 · 0 comments

Comments

@QuChen88
Copy link

QuChen88 commented Dec 6, 2024

Meta Commands protocol is a powerful replacement of the traditional Memcached commands including GET/SET/INCR/DECR/DELETE/CAS with support for advanced caching use cases. It was a top highlight of memcached 1.6, see https://github.com/memcached/memcached/wiki/ReleaseNotes160. However, there appears to be a lack of client support for the meta command protocol, preventing adoption for this new capability.

Currently there is interest in supporting meta command in several other memcached clients, see electrode-io/memcache#22 and pinterest/pymemcache#272. There is also a python memcached client with meta support https://github.com/RevenueCat/meta-memcache-py.

This is the tracking ticket for implementing the new Meta Commands protocol. See https://docs.memcached.org/protocols/meta/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant