提交 b6ef4bcd 编写于 作者: A Axlgrep

v3.0.7

上级 5f841614
......@@ -8,6 +8,6 @@
#define PIKA_MAJOR 3
#define PIKA_MINOR 0
#define PIKA_PATCH 6
#define PIKA_PATCH 7
#endif // INCLUDE_PIKA_VERSION_H_
......@@ -437,7 +437,7 @@ void ClientCmd::Do() {
reply.append(buf);
iter++;
}
res_.AppendContent(reply);
res_.AppendString(reply);
} else if (!strcasecmp(operation_.data(), "kill") && !strcasecmp(ip_port_.data(), "all")) {
g_pika_server->ClientKillAll();
res_.SetRes(CmdRes::kOk);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册