aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/latency-graph.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/latency-graph.json')
-rw-r--r--examples/redis-unstable/src/commands/latency-graph.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/redis-unstable/src/commands/latency-graph.json b/examples/redis-unstable/src/commands/latency-graph.json
deleted file mode 100644
index cb5d209..0000000
--- a/examples/redis-unstable/src/commands/latency-graph.json
+++ /dev/null
@@ -1,32 +0,0 @@
1{
2 "GRAPH": {
3 "summary": "Returns a latency graph for an event.",
4 "complexity": "O(1)",
5 "group": "server",
6 "since": "2.8.13",
7 "arity": 3,
8 "container": "LATENCY",
9 "function": "latencyCommand",
10 "command_flags": [
11 "ADMIN",
12 "NOSCRIPT",
13 "LOADING",
14 "STALE"
15 ],
16 "command_tips": [
17 "NONDETERMINISTIC_OUTPUT",
18 "REQUEST_POLICY:ALL_NODES",
19 "RESPONSE_POLICY:SPECIAL"
20 ],
21 "arguments": [
22 {
23 "name": "event",
24 "type": "string"
25 }
26 ],
27 "reply_schema": {
28 "type": "string",
29 "description": "Latency graph"
30 }
31 }
32}