mirror of https://github.com/redis/redis.git
				
				
				
			CLIENT UNBLOCK: fix client unblock help message.
This commit is contained in:
		
							parent
							
								
									62a4a8c1d5
								
							
						
					
					
						commit
						289d8d9c2c
					
				| 
						 | 
					@ -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);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue