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
Auth with using chap-sha1(http://tarantool.org/doc/book/box/box_space.html). About authenthication more here: http://tarantool.org/doc/book/box/authentication.html
53
53
@@ -70,7 +70,7 @@ const IteratorsType = {
70
70
```
71
71
It's just select. Promise resolve array of tuples.
72
72
73
-
**delete(spaceId: Number, indexId: Number, key: tuple) : Promise(Array of tuples)**
73
+
**delete(spaceId: Number, indexId: Number, key: tuple) : Promise(Array of tuples)**
74
74
75
75
Promise resolve an array of deleted tuples.
76
76
@@ -80,14 +80,14 @@ Ops: http://tarantool.org/doc/book/box/box_space.html(search for update here).
0 commit comments