{ "HELP": { "summary": "Returns helpful text about the different subcommands.", "complexity": "O(1)", "group": "sentinel", "since": "6.2.0", "arity": 2, "container": "SENTINEL", "function": "sentinelCommand", "command_flags": [ "LOADING", "STALE", "SENTINEL", "ONLY_SENTINEL" ], "reply_schema": { "type": "array", "description": "Helpful text about subcommands.", "items": { "type": "string" } } } }