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:
bodong.ybd 2023-04-04 20:56:33 +08:00 committed by GitHub
parent 219e85ff3e
commit ccc86a91b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> [...]]",