diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/src/commands/sentinel-reset.json | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-reset.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/sentinel-reset.json | 26 |
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 @@ | |||
| 1 | { | ||
| 2 | "RESET": { | ||
| 3 | "summary": "Resets Redis masters by name matching a pattern.", | ||
| 4 | "complexity": "O(N) where N is the number of monitored masters", | ||
| 5 | "group": "sentinel", | ||
| 6 | "since": "2.8.4", | ||
| 7 | "arity": 3, | ||
| 8 | "container": "SENTINEL", | ||
| 9 | "function": "sentinelCommand", | ||
| 10 | "command_flags": [ | ||
| 11 | "ADMIN", | ||
| 12 | "SENTINEL", | ||
| 13 | "ONLY_SENTINEL" | ||
| 14 | ], | ||
| 15 | "reply_schema": { | ||
| 16 | "type": "integer", | ||
| 17 | "description": "The number of masters that were reset." | ||
| 18 | }, | ||
| 19 | "arguments": [ | ||
| 20 | { | ||
| 21 | "name": "pattern", | ||
| 22 | "type": "pattern" | ||
| 23 | } | ||
| 24 | ] | ||
| 25 | } | ||
| 26 | } | ||
