Skip to content

Add support for meta commands #45

Open
@QuChen88

Description

@QuChen88

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, bradfitz/gomemcache#156 and pinterest/pymemcache#272. There is also a python memcached client with meta support https://github.com/RevenueCat/meta-memcache-py, and a go memcache client with meta support https://github.com/QuangTung97/go-memcache

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions