Update reply_schema details for info and hset commands json files accordingly. (#12017)

These commands had an empty description.

Co-authored-by: Oran Agra <oran@redislabs.com>
This commit is contained in:
Wen Hui 2023-04-13 05:17:28 -04:00 committed by GitHub
parent f3e16a1a1e
commit 1250c3cf80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
}
],
"reply_schema": {
"description": "The number of fields that were added",
"type": "integer"
},
"arguments": [

View File

@ -26,6 +26,7 @@
"RESPONSE_POLICY:SPECIAL"
],
"reply_schema": {
"description": "A map of info fields, one field per line in the form of <field>:<value> where the value can be a comma separated map like <key>=<val>. Also contains section header lines starting with `#` and blank lines.",
"type": "string"
},
"arguments": [