mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Add unblock in CLIENT HELP.
This commit is contained in:
parent
2214043b5c
commit
4a70ff7451
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user