Add help message for client setinfo (#11995)
The new sub-command was missing from CLIENT HELP Co-authored-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
parent
219e85ff3e
commit
ccc86a91b7
@ -3001,6 +3001,10 @@ void clientCommand(client *c) {
|
||||
" Control the replies sent to the current connection.",
|
||||
"SETNAME <name>",
|
||||
" Assign the name <name> to the current connection.",
|
||||
"SETINFO <option> <value>",
|
||||
" Set client meta attr. Options are:",
|
||||
" * LIB-NAME: the client lib name.",
|
||||
" * LIB-VER: the client lib version.",
|
||||
"UNBLOCK <clientid> [TIMEOUT|ERROR]",
|
||||
" Unblock the specified blocked client.",
|
||||
"TRACKING (ON|OFF) [REDIRECT <id>] [BCAST] [PREFIX <prefix> [...]]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user