mirror of https://github.com/tidwall/tile38.git
Update core commands
This commit is contained in:
parent
8f3ddd9e75
commit
2e68024e39
|
@ -526,6 +526,22 @@ var commandsJSON = `{
|
|||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVAL",
|
||||
"name": ["script","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVALSHA",
|
||||
"name": ["sha1","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "NOFIELDS",
|
||||
"name": [],
|
||||
|
@ -601,6 +617,22 @@ var commandsJSON = `{
|
|||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVAL",
|
||||
"name": ["script","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVALSHA",
|
||||
"name": ["sha1","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "NOFIELDS",
|
||||
"name": [],
|
||||
|
@ -694,6 +726,22 @@ var commandsJSON = `{
|
|||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVAL",
|
||||
"name": ["script","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVALSHA",
|
||||
"name": ["sha1","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "NOFIELDS",
|
||||
"name": [],
|
||||
|
@ -838,6 +886,22 @@ var commandsJSON = `{
|
|||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVAL",
|
||||
"name": ["script","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVALSHA",
|
||||
"name": ["sha1","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "NOFIELDS",
|
||||
"name": [],
|
||||
|
@ -1026,6 +1090,22 @@ var commandsJSON = `{
|
|||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVAL",
|
||||
"name": ["script","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "WHEREEVALSHA",
|
||||
"name": ["sha1","numargs","arg"],
|
||||
"type": ["string","integer","string"],
|
||||
"optional": true,
|
||||
"multiple": true,
|
||||
"variadic": true
|
||||
},
|
||||
{
|
||||
"command": "NOFIELDS",
|
||||
"name": [],
|
||||
|
|
Loading…
Reference in New Issue