增量持久化:执行修改操作时将cmd追加到log中,启动时逐条取出顺序执行
/** * Request * Cmd: | OP(1) | argc(1) | repeat { arglen(4) | arg } | * * Response * Rsp: | OP(1) | status(1) | datalen(4) | data | */ 封装客户端进行批处理和单条命令测试。