diff --git a/core/commands_gen.go b/core/commands_gen.go index 70e7769d..e55c2850 100644 --- a/core/commands_gen.go +++ b/core/commands_gen.go @@ -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": [