Unverified Commit 1250c3cf authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

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



These commands had an empty description.
Co-authored-by: default avatarOran Agra <oran@redislabs.com>
parent f3e16a1a
......@@ -41,6 +41,7 @@
}
],
"reply_schema": {
"description": "The number of fields that were added",
"type": "integer"
},
"arguments": [
......
......@@ -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": [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment