mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Make comment in #5911 stay inside 80 cols.
This commit is contained in:
parent
39ccce033a
commit
b0e863195e
@ -2026,7 +2026,8 @@ void slaveofCommand(client *c) {
|
|||||||
if (c->flags & CLIENT_SLAVE)
|
if (c->flags & CLIENT_SLAVE)
|
||||||
{
|
{
|
||||||
/* If a client is already a replica they cannot run this command,
|
/* 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.");
|
addReplyError(c, "Command is not valid when client is a replica.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user