Update commands.json for new fset

This commit is contained in:
Alex Roitman 2017-11-10 14:58:51 -08:00
parent a3bf8b6572
commit 2a5e760cee
1 changed files with 14 additions and 11 deletions

View File

@ -165,7 +165,7 @@
"group": "keys"
},
"FSET": {
"summary": "Set the value for a single field of an id",
"summary": "Set the value for one or more fields of an id",
"complexity": "O(1)",
"arguments":[
{
@ -177,12 +177,15 @@
"type": "string"
},
{
"name": "field",
"type": "string"
"command": "XX",
"name": [],
"type": [],
"optional": true
},
{
"name": "value",
"type": "double"
"name": ["field","value"],
"type": ["string","double"],
"multiple": true
}
],
"since": "1.0.0",
@ -499,12 +502,12 @@
"type": "pattern",
"optional": true
},
{
"command": "DISTANCE",
"name": [],
"type": [],
"optional": true
},
{
"command": "DISTANCE",
"name": [],
"type": [],
"optional": true
},
{
"command": "WHERE",
"name": ["field","min","max"],