diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/src/commands/info.json | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/src/commands/info.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/info.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/examples/redis-unstable/src/commands/info.json b/examples/redis-unstable/src/commands/info.json deleted file mode 100644 index 04a02b1..0000000 --- a/examples/redis-unstable/src/commands/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "INFO": { - "summary": "Returns information and statistics about the server.", - "complexity": "O(1)", - "group": "server", - "since": "1.0.0", - "arity": -1, - "function": "infoCommand", - "history": [ - [ - "7.0.0", - "Added support for taking multiple section arguments." - ] - ], - "command_flags": [ - "LOADING", - "STALE", - "SENTINEL" - ], - "acl_categories": [ - "DANGEROUS" - ], - "command_tips": [ - "NONDETERMINISTIC_OUTPUT", - "REQUEST_POLICY:ALL_SHARDS", - "RESPONSE_POLICY:SPECIAL" - ], - "reply_schema": { - "description": "A map of info fields, one field per line in the form of <field>:<value> where the value can be a comma separated map like <key>=<val>. Also contains section header lines starting with `#` and blank lines.", - "type": "string" - }, - "arguments": [ - { - "name": "section", - "type": "string", - "multiple": true, - "optional": true - } - ] - } -} |
