Updated commands_gen.go

This commit is contained in:
tidwall 2019-04-24 16:14:30 -07:00
parent 12a861731e
commit 878f9dedb2
1 changed files with 41 additions and 0 deletions

View File

@ -525,6 +525,12 @@ var commandsJSON = `{
"type": "integer",
"optional": true
},
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{
"command": "MATCH",
"name": "pattern",
@ -616,6 +622,12 @@ var commandsJSON = `{
"type": "integer",
"optional": true
},
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{
"command": "MATCH",
"name": "pattern",
@ -725,6 +737,12 @@ var commandsJSON = `{
"type": "integer",
"optional": true
},
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{
"command": "SPARSE",
"name": "spread",
@ -891,6 +909,12 @@ var commandsJSON = `{
"type": "integer",
"optional": true
},
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{
"command": "SPARSE",
"name": "spread",
@ -1112,6 +1136,12 @@ var commandsJSON = `{
"type": "integer",
"optional": true
},
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{
"command": "SPARSE",
"name": "spread",
@ -1465,6 +1495,17 @@ var commandsJSON = `{
],
"group": "connection"
},
"TIMEOUT": {
"summary": "Gets or sets the query timeout for the current connection.",
"arguments": [
{
"name": "seconds",
"optional": true,
"type": "double"
}
],
"group": "connection"
},
"SETHOOK": {
"summary": "Creates a webhook which points to geofenced search",
"arguments": [