diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/function-kill.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/function-kill.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/function-kill.json b/examples/redis-unstable/src/commands/function-kill.json deleted file mode 100644 index 396370c..0000000 --- a/examples/redis-unstable/src/commands/function-kill.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "KILL": { - "summary": "Terminates a function during execution.", - "complexity": "O(1)", - "group": "scripting", - "since": "7.0.0", - "arity": 2, - "container": "FUNCTION", - "function": "functionKillCommand", - "command_flags": [ - "NOSCRIPT", - "ALLOW_BUSY" - ], - "acl_categories": [ - "SCRIPTING" - ], - "command_tips": [ - "REQUEST_POLICY:ALL_SHARDS", - "RESPONSE_POLICY:ONE_SUCCEEDED" - ], - "reply_schema": { - "const": "OK" - } - } -} |
