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
8d9d8d16
You need to sign in or sign up before continuing.
Commit
8d9d8d16
authored
May 23, 2016
by
oranagra
Browse files
CLIENT error message was out of date
parent
b09a6b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
8d9d8d16
...
@@ -1605,7 +1605,7 @@ void clientCommand(client *c) {
...
@@ -1605,7 +1605,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