summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/latency-reset.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/latency-reset.json')
-rw-r--r--examples/redis-unstable/src/commands/latency-reset.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/redis-unstable/src/commands/latency-reset.json b/examples/redis-unstable/src/commands/latency-reset.json
deleted file mode 100644
index 3223282..0000000
--- a/examples/redis-unstable/src/commands/latency-reset.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "RESET": {
- "summary": "Resets the latency data for one or more events.",
- "complexity": "O(1)",
- "group": "server",
- "since": "2.8.13",
- "arity": -2,
- "container": "LATENCY",
- "function": "latencyCommand",
- "command_flags": [
- "ADMIN",
- "NOSCRIPT",
- "LOADING",
- "STALE"
- ],
- "command_tips": [
- "REQUEST_POLICY:ALL_NODES",
- "RESPONSE_POLICY:AGG_SUM"
- ],
- "reply_schema": {
- "type": "integer",
- "description": "Number of event time series that were reset."
- },
- "arguments": [
- {
- "name": "event",
- "type": "string",
- "optional": true,
- "multiple": true
- }
- ]
- }
-}