haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
sentinel-help.json
back
Copy
{ "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" } } } }