Commit d97bab49 authored by zhujiashun's avatar zhujiashun

redis_server_protocol: refine code

parent f17f9a9c
......@@ -52,7 +52,7 @@ public:
// to `commands' and length to `len' if successful. Memory of commands are
// allocated in `arena'.
ParseError Consume(butil::IOBuf& buf, std::unique_ptr<const char*[]>* commands,
int*len, butil::Arena* arena);
int* len, butil::Arena* arena);
private:
// Reset parser to the initial state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment