diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/memory-help.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/memory-help.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/redis-unstable/src/commands/memory-help.json b/examples/redis-unstable/src/commands/memory-help.json deleted file mode 100644 index e72934c..0000000 --- a/examples/redis-unstable/src/commands/memory-help.json +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | { | ||
| 2 | "HELP": { | ||
| 3 | "summary": "Returns helpful text about the different subcommands.", | ||
| 4 | "complexity": "O(1)", | ||
| 5 | "group": "server", | ||
| 6 | "since": "4.0.0", | ||
| 7 | "arity": 2, | ||
| 8 | "container": "MEMORY", | ||
| 9 | "function": "memoryCommand", | ||
| 10 | "command_flags": [ | ||
| 11 | "LOADING", | ||
| 12 | "STALE" | ||
| 13 | ], | ||
| 14 | "reply_schema": { | ||
| 15 | "type": "array", | ||
| 16 | "description": "Helpful text about subcommands.", | ||
| 17 | "items": { | ||
| 18 | "type": "string" | ||
| 19 | } | ||
| 20 | } | ||
| 21 | } | ||
| 22 | } | ||
