diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-info.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/cluster-info.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-info.json b/examples/redis-unstable/src/commands/cluster-info.json deleted file mode 100644 index 2c88760..0000000 --- a/examples/redis-unstable/src/commands/cluster-info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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" - } - } -} |
