mirror of https://github.com/tidwall/tile38.git
Update commands.json for new fset
This commit is contained in:
parent
a3bf8b6572
commit
2a5e760cee
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue