haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
cluster-help.json
back
Copy
{ "HELP": { "summary": "Returns helpful text about the different subcommands.", "complexity": "O(1)", "group": "cluster", "since": "5.0.0", "arity": 2, "container": "CLUSTER", "function": "clusterCommand", "command_flags": [ "LOADING", "STALE" ], "reply_schema": { "type": "array", "description": "Helpful text about subcommands.", "items": { "type": "string" } } } }