Unverified Commit 26301897 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

Update CLIENT HELP regarding KILL options. (#8417)

* Indicate address can also be a unix socket path name.
* Document the LADDR option as well.
parent 4bb5ccbe
...@@ -2439,8 +2439,10 @@ void clientCommand(client *c) { ...@@ -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>",
......
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