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
8272cead
Commit
8272cead
authored
Jun 16, 2016
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 16, 2016
Browse files
Merge pull request #3255 from oranagra/error_string
CLIENT error message was out of date
parents
64b834b8
8d9d8d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
8272cead
...
@@ -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