Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
289d8d9c
Commit
289d8d9c
authored
Jul 05, 2018
by
dejun.xdj
Committed by
Salvatore Sanfilippo
Jul 09, 2018
Browse files
CLIENT UNBLOCK: fix client unblock help message.
parent
62a4a8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
289d8d9c
...
@@ -1592,7 +1592,7 @@ void clientCommand(client *c) {
...
@@ -1592,7 +1592,7 @@ void clientCommand(client *c) {
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds."
,
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds."
,
"reply (on|off|skip) -- Control the replies sent to the current connection."
,
"reply (on|off|skip) -- Control the replies sent to the current connection."
,
"setname <name> -- Assign the name <name> to the current connection."
,
"setname <name> -- Assign the name <name> to the current connection."
,
"unblock
-- Unblock the specified blocked client."
,
"unblock
<clientid> [TIMEOUT|ERROR]
-- Unblock the specified blocked client."
,
NULL
NULL
};
};
addReplyHelp
(
c
,
help
);
addReplyHelp
(
c
,
help
);
...
...
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