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,
|
"multiple": true,
|
||||||
"variadic": 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",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
@ -601,6 +617,22 @@ var commandsJSON = `{
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"variadic": 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",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
@ -694,6 +726,22 @@ var commandsJSON = `{
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"variadic": 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",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
@ -838,6 +886,22 @@ var commandsJSON = `{
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"variadic": 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",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
@ -1026,6 +1090,22 @@ var commandsJSON = `{
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"variadic": 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",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
|
Loading…
Reference in New Issue