haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
cluster-info.json
back
Copy
{ "INFO": { "summary": "Returns information about the state of a node.", "complexity": "O(1)", "group": "cluster", "since": "3.0.0", "arity": 2, "container": "CLUSTER", "function": "clusterCommand", "command_flags": [ "STALE" ], "command_tips": [ "NONDETERMINISTIC_OUTPUT" ], "reply_schema": { "description": "A map between named fields and values in the form of <field>:<value> lines separated by newlines composed by the two bytes CRLF", "type": "string" } } }