diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl index 15c0d38136..0793283592 100644 --- a/tests/unit/other.tcl +++ b/tests/unit/other.tcl @@ -11,6 +11,7 @@ start_server {tags {"other"}} { assert_match "*MEMORY *" [r MEMORY HELP] assert_match "*PUBSUB *" [r PUBSUB HELP] assert_match "*SLOWLOG *" [r SLOWLOG HELP] + assert_match "*COMMANDLOG *" [r COMMANDLOG HELP] assert_match "*CLIENT *" [r CLIENT HELP] assert_match "*COMMAND *" [r COMMAND HELP] assert_match "*CONFIG *" [r CONFIG HELP]