You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
226
226
*`bucket_id` (`?number|cdata`) - bucket ID
@@ -334,7 +334,7 @@ where:
334
334
335
335
*`space_name` (`string`) - name of the space
336
336
*`tuple` / `object` (`table`) - tuple/object to insert if there is no existing tuple which matches the key fields
337
-
*`operations` (`table`) - update [operations](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/#box-space-update) if there is an existing tuple which matches the key fields of tuple
337
+
*`operations` (`table`) - update [operations](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/update/) if there is an existing tuple which matches the key fields of tuple
338
338
*`opts`:
339
339
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
340
340
*`bucket_id` (`?number|cdata`) - bucket ID
@@ -409,7 +409,7 @@ Returns metadata and array of rows, error.
409
409
#### Select conditions
410
410
411
411
Select conditions are very similar to Tarantool update
0 commit comments