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/latency-doctor.json | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/latency-doctor.json (limited to 'examples/redis-unstable/src/commands/latency-doctor.json') diff --git a/examples/redis-unstable/src/commands/latency-doctor.json b/examples/redis-unstable/src/commands/latency-doctor.json deleted file mode 100644 index 8f1f8dd..0000000 --- a/examples/redis-unstable/src/commands/latency-doctor.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "DOCTOR": { - "summary": "Returns a human-readable latency analysis report.", - "complexity": "O(1)", - "group": "server", - "since": "2.8.13", - "arity": 2, - "container": "LATENCY", - "function": "latencyCommand", - "command_flags": [ - "ADMIN", - "NOSCRIPT", - "LOADING", - "STALE" - ], - "command_tips": [ - "NONDETERMINISTIC_OUTPUT", - "REQUEST_POLICY:ALL_NODES", - "RESPONSE_POLICY:SPECIAL" - ], - "reply_schema": { - "type": "string", - "description": "A human readable latency analysis report." - } - } -} -- cgit v1.2.3