Skip to content

多线程Write()支持 #31

Description

@gaodq

CmdRequest cmd;
BuildWriteRequest(key, value, &cmd);
CmdResponse response;
Status s = DoCommand(cmd, &response);
if (!s.ok()) {
return s;
}

这里是不是可以支持一下多线程写,像leveldb那样的多个写合并到一个中

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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