summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-reset.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-reset.json')
-rw-r--r--src/commands/sentinel-reset.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/sentinel-reset.json b/src/commands/sentinel-reset.json
index 9c60c6be7..17b53a481 100644
--- a/src/commands/sentinel-reset.json
+++ b/src/commands/sentinel-reset.json
@@ -1,6 +1,6 @@
{
"RESET": {
- "summary": "Reset masters by name pattern",
+ "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",
@@ -12,6 +12,10 @@
"SENTINEL",
"ONLY_SENTINEL"
],
+ "reply_schema": {
+ "type": "integer",
+ "description": "The number of masters that were reset."
+ },
"arguments": [
{
"name": "pattern",