Skip to content

Request to support more commands #4

@feihu-stripe

Description

@feihu-stripe

Request to support all the following commands:

mcp.CMD_ADD
mcp.CMD_SET
mcp.CMD_DELETE
mcp.CMD_GET
mcp.CMD_GETS
mcp.CMD_TOUCH
mcp.CMD_MA
mcp.CMD_MS
mcp.CMD_MD
mcp.CMD_MG
mcp.CMD_ME

This is what's supported today:

{"get", mcslib_get},
{"set", mcslib_set},
{"touch", mcslib_touch},
{"delete", mcslib_delete},
{"mg", mcslib_mg},
{"ms", mcslib_ms},
{"md", mcslib_md},
{"ma", mcslib_ma},
{"mg_factory", mcslib_mg_factory},
{"md_factory", mcslib_md_factory},
{"ma_factory", mcslib_ma_factory},
{"ms_factory", mcslib_ms_factory},

The diff is:

mcp.CMD_ADD
mcp.CMD_GETS
mcp.CMD_ME

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