diff --git a/src/networking.c b/src/networking.c index cacb214f..82a72692 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1577,6 +1577,7 @@ void clientCommand(client *c) { "pause -- Suspend all Redis clients for milliseconds.", "reply (on|off|skip) -- Control the replies sent to the current connection.", "setname -- Assign the name to the current connection.", +"unblock -- Unblock the specified blocked client by pause or error.", NULL }; addReplyHelp(c, help);