提交 67452e91 编写于 作者: A antirez

Make comment in #5911 stay inside 80 cols.

上级 30f666ef
......@@ -2034,7 +2034,8 @@ void replicaofCommand(client *c) {
if (c->flags & CLIENT_SLAVE)
{
/* If a client is already a replica they cannot run this command,
* because it involves flushing all replicas (including this client) */
* because it involves flushing all replicas (including this
* client) */
addReplyError(c, "Command is not valid when client is a replica.");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册