Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
047ced44
Commit
047ced44
authored
May 23, 2016
by
oranagra
Committed by
antirez
Jun 16, 2016
Browse files
CLIENT error message was out of date
parent
14e04847
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
047ced44
...
@@ -1632,7 +1632,7 @@ void clientCommand(client *c) {
...
@@ -1632,7 +1632,7 @@ void clientCommand(client *c) {
pauseClients
(
duration
);
pauseClients
(
duration
);
addReply
(
c
,
shared
.
ok
);
addReply
(
c
,
shared
.
ok
);
}
else
{
}
else
{
addReplyError
(
c
,
"Syntax error, try CLIENT (LIST | KILL
ip:port
| GETNAME | SETNAME
connection-name
)"
);
addReplyError
(
c
,
"Syntax error, try CLIENT (LIST | KILL | GETNAME | SETNAME
| PAUSE | REPLY
)"
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment