Update CLIENT HELP regarding KILL options. (#8417)

* Indicate address can also be a unix socket path name.
* Document the LADDR option as well.
This commit is contained in:
Yossi Gottlieb 2021-01-28 20:49:46 +02:00 committed by GitHub
parent 4bb5ccbefb
commit 26301897d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2439,8 +2439,10 @@ void clientCommand(client *c) {
" Kill connection made from <ip:port>.", " Kill connection made from <ip:port>.",
"KILL <option> <value> [<option> <value> [...]]", "KILL <option> <value> [<option> <value> [...]]",
" Kill connections. Options are:", " Kill connections. Options are:",
" * ADDR <ip:port>", " * ADDR (<ip:port>|<unixsocket>:0)",
" Kill connection made from <ip:port>", " Kill connections made from the specified address",
" * LADDR (<ip:port>|<unixsocket>:0)",
" Kill connections made to specified local address",
" * TYPE (normal|master|replica|pubsub)", " * TYPE (normal|master|replica|pubsub)",
" Kill connections by type.", " Kill connections by type.",
" * USER <username>", " * USER <username>",