mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
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:
parent
4bb5ccbefb
commit
26301897d0
@ -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>",
|
||||||
|
Loading…
Reference in New Issue
Block a user