diff --git a/src/networking.c b/src/networking.c index 82c0bf5ee7..1eaeb28c86 100644 --- a/src/networking.c +++ b/src/networking.c @@ -3866,6 +3866,16 @@ void clientHelpCommand(client *c) { " Kill connections subscribed to a matching subscribed channel.", " * SUBSCRIBED-SHARD-CHANNEL ", " Kill connections subscribed to a matching subscribe shard channel.", + " * LIB-NAME ", + " Kill connections with the specified library name.", + " * LIB-VER ", + " Kill connections with the specified library version.", + " * TOT-NET-IN ", + " Kill connections with total network input greater than or equal to the specified value.", + " * TOT-NET-OUT ", + " Kill connections with total network output greater than or equal to the specified value.", + " * DB ", + " Kill connections currently operating on the specified database ID.", "LIST [options ...]", " Return information about client connections. Options:", " * TYPE (NORMAL|PRIMARY|REPLICA|PUBSUB)", @@ -3894,6 +3904,16 @@ void clientHelpCommand(client *c) { " Return clients subscribed to the specified subscribed-channel.", " * SUBSCRIBED-SHARD-CHANNEL ", " Return clients subscribed to the specified subscribe shard channel.", + " * LIB-NAME ", + " Return clients with the specified lib name.", + " * LIB-VER ", + " Return clients with the specified lib version.", + " * TOT-NET-IN ", + " Return clients with total network input greater than or equal to the specified value.", + " * TOT-NET-OUT ", + " Return clients with total network output greater than or equal to the specified value.", + " * DB ", + " Return clients currently operating on the specified database ID.", "UNPAUSE", " Stop the current client pause, resuming traffic.", "PAUSE [WRITE|ALL]", diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index f8b4a99cf6..b80946d16d 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -1330,7 +1330,7 @@ start_server {tags {"introspection"}} { r select 2 set result [r client list db 2] assert_match {*db=2*} $result - } + } {} {external:skip} test {CLIENT LIST can filter by TOT-NET-IN} { r ping