{ "HELP": { "summary": "Returns helpful text about the different subcommands.", "complexity": "O(1)", "group": "server", "since": "5.0.0", "arity": 2, "container": "COMMAND", "function": "commandHelpCommand", "command_flags": [ "LOADING", "STALE", "SENTINEL" ], "acl_categories": [ "CONNECTION" ], "reply_schema": { "type": "array", "description": "Helpful text about subcommands.", "items": { "type": "string" } } } }