diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/config-help.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/config-help.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/redis-unstable/src/commands/config-help.json b/examples/redis-unstable/src/commands/config-help.json deleted file mode 100644 index da3e9c4..0000000 --- a/examples/redis-unstable/src/commands/config-help.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "HELP": { - "summary": "Returns helpful text about the different subcommands.", - "complexity": "O(1)", - "group": "server", - "since": "5.0.0", - "arity": 2, - "container": "CONFIG", - "function": "configHelpCommand", - "command_flags": [ - "LOADING", - "STALE" - ], - "reply_schema": { - "type": "array", - "description": "Helpful text about subcommands.", - "items": { - "type": "string" - } - } - } -} |
