summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/hotkeys-stop.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/hotkeys-stop.json')
-rw-r--r--examples/redis-unstable/src/commands/hotkeys-stop.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/redis-unstable/src/commands/hotkeys-stop.json b/examples/redis-unstable/src/commands/hotkeys-stop.json
deleted file mode 100644
index 856f9f9..0000000
--- a/examples/redis-unstable/src/commands/hotkeys-stop.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "STOP": {
- "summary": "Stops hotkeys tracking.",
- "complexity": "O(1)",
- "group": "server",
- "since": "8.6.0",
- "arity": 2,
- "container": "HOTKEYS",
- "function": "hotkeysCommand",
- "command_flags": [
- "ADMIN",
- "NOSCRIPT"
- ],
- "reply_schema": {
- "const": "OK"
- }
- }
-}
-