summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/sentinel-reset.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-reset.json')
-rw-r--r--examples/redis-unstable/src/commands/sentinel-reset.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/redis-unstable/src/commands/sentinel-reset.json b/examples/redis-unstable/src/commands/sentinel-reset.json
deleted file mode 100644
index 17b53a4..0000000
--- a/examples/redis-unstable/src/commands/sentinel-reset.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "RESET": {
- "summary": "Resets Redis masters by name matching a pattern.",
- "complexity": "O(N) where N is the number of monitored masters",
- "group": "sentinel",
- "since": "2.8.4",
- "arity": 3,
- "container": "SENTINEL",
- "function": "sentinelCommand",
- "command_flags": [
- "ADMIN",
- "SENTINEL",
- "ONLY_SENTINEL"
- ],
- "reply_schema": {
- "type": "integer",
- "description": "The number of masters that were reset."
- },
- "arguments": [
- {
- "name": "pattern",
- "type": "pattern"
- }
- ]
- }
-}