Unverified Commit ccc86a91 authored by bodong.ybd's avatar bodong.ybd Committed by GitHub
Browse files

Add help message for client setinfo (#11995)



The new sub-command was missing from CLIENT HELP
Co-authored-by: default avatarBinbin <binloveplay1314@qq.com>
parent 219e85ff
...@@ -3001,6 +3001,10 @@ void clientCommand(client *c) { ...@@ -3001,6 +3001,10 @@ void clientCommand(client *c) {
" Control the replies sent to the current connection.", " Control the replies sent to the current connection.",
"SETNAME <name>", "SETNAME <name>",
" Assign the name <name> to the current connection.", " 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 <clientid> [TIMEOUT|ERROR]",
" Unblock the specified blocked client.", " Unblock the specified blocked client.",
"TRACKING (ON|OFF) [REDIRECT <id>] [BCAST] [PREFIX <prefix> [...]]", "TRACKING (ON|OFF) [REDIRECT <id>] [BCAST] [PREFIX <prefix> [...]]",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment