summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/latency-doctor.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/latency-doctor.json')
-rw-r--r--examples/redis-unstable/src/commands/latency-doctor.json26
1 files changed, 0 insertions, 26 deletions
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."
- }
- }
-}