From 4a70ff74510a0f594232fd13682e358f851e1990 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 Jun 2018 00:17:10 +0200 Subject: [PATCH] Add unblock in CLIENT HELP. --- src/networking.c | 1 + 1 file changed, 1 insertion(+) 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);