Commit 4a70ff74 authored by antirez's avatar antirez
Browse files

Add unblock in CLIENT HELP.

parent 2214043b
...@@ -1577,6 +1577,7 @@ void clientCommand(client *c) { ...@@ -1577,6 +1577,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 by pause or error.",
NULL NULL
}; };
addReplyHelp(c, help); addReplyHelp(c, help);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment