Updated JSET command doc

This commit is contained in:
tidwall 2018-09-02 13:52:42 -07:00
parent 091f6caaf7
commit 7efa55f175
1 changed files with 9 additions and 3 deletions

View File

@ -1688,10 +1688,16 @@ var commandsJSON = `{
"type": "string"
},
{
"command": "RAW",
"name": [],
"type": [],
"optional": true
"optional": true,
"enumargs": [
{
"name": "RAW"
},
{
"name": "STR"
}
]
}
],
"group": "keys"