From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../src/commands/sentinel-pending-scripts.json | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/sentinel-pending-scripts.json (limited to 'examples/redis-unstable/src/commands/sentinel-pending-scripts.json') diff --git a/examples/redis-unstable/src/commands/sentinel-pending-scripts.json b/examples/redis-unstable/src/commands/sentinel-pending-scripts.json deleted file mode 100644 index 22dae47..0000000 --- a/examples/redis-unstable/src/commands/sentinel-pending-scripts.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "PENDING-SCRIPTS": { - "summary": "Returns information about pending scripts for Redis Sentinel.", - "group": "sentinel", - "since": "2.8.4", - "arity": 2, - "container": "SENTINEL", - "function": "sentinelCommand", - "command_flags": [ - "ADMIN", - "SENTINEL", - "ONLY_SENTINEL" - ], - "reply_schema": { - "type": "array", - "description": "List of pending scripts.", - "items": { - "type": "object", - "additionalProperties": false, - "properties": { - "argv": { - "type": "array", - "description": "Script arguments.", - "items": { - "type": "string" - } - }, - "flags": { - "type": "string", - "description": "Script flags." - }, - "pid": { - "type": "string", - "description": "Script pid." - }, - "run-time": { - "type": "string", - "description": "Script run-time." - }, - "run-delay": { - "type": "string", - "description": "Script run-delay." - }, - "retry-num": { - "type": "string", - "description": "Number of times we tried to execute the script." - } - } - } - } - } -} -- cgit v1.2.3