From 1250c3cf805687a3be275f09d387cc1c2bb08d05 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Thu, 13 Apr 2023 05:17:28 -0400 Subject: [PATCH] Update reply_schema details for info and hset commands json files accordingly. (#12017) These commands had an empty description. Co-authored-by: Oran Agra --- src/commands/hset.json | 1 + src/commands/info.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/hset.json b/src/commands/hset.json index a335681e1..818097227 100644 --- a/src/commands/hset.json +++ b/src/commands/hset.json @@ -41,6 +41,7 @@ } ], "reply_schema": { + "description": "The number of fields that were added", "type": "integer" }, "arguments": [ diff --git a/src/commands/info.json b/src/commands/info.json index fed0749b8..04a02b1b7 100644 --- a/src/commands/info.json +++ b/src/commands/info.json @@ -26,6 +26,7 @@ "RESPONSE_POLICY:SPECIAL" ], "reply_schema": { + "description": "A map of info fields, one field per line in the form of : where the value can be a comma separated map like =. Also contains section header lines starting with `#` and blank lines.", "type": "string" }, "arguments": [