summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-debug.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-debug.json')
-rw-r--r--src/commands/sentinel-debug.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/commands/sentinel-debug.json b/src/commands/sentinel-debug.json
index dac2f6b60..c671ec5e1 100644
--- a/src/commands/sentinel-debug.json
+++ b/src/commands/sentinel-debug.json
@@ -1,6 +1,6 @@
{
"DEBUG": {
- "summary": "List or update the current configurable parameters",
+ "summary": "Lists or updates the current configurable parameters of Redis Sentinel.",
"complexity": "O(N) where N is the number of configurable parameters",
"group": "sentinel",
"since": "7.0.0",
@@ -12,6 +12,21 @@
"SENTINEL",
"ONLY_SENTINEL"
],
+ "reply_schema": {
+ "oneOf": [
+ {
+ "description": "The configuration update was successful.",
+ "const": "OK"
+ },
+ {
+ "description": "List of configurable time parameters and their values (milliseconds).",
+ "type": "object",
+ "additionalProperties": {
+ "type": "string"
+ }
+ }
+ ]
+ },
"arguments": [
{
"name": "data",