Skip to content

Commit ee76f5c

Browse files
committed
Update README.md
1 parent cf172f2 commit ee76f5c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,8 @@ Auth with using chap-sha1(http://tarantool.org/doc/book/box/box_space.html). Abo
5353

5454
**select(spaceId: Number, indexId: Number, limit: Number, iterator: Iterator, key: tuple) : Promise( Array of tuples)**
5555

56-
Iterators: http://tarantool.org/doc/book/box/box_index.html
57-
```
58-
const IteratorsType = {
59-
eq: 0,
60-
req: 1,
61-
all: 2,
62-
lt: 3,
63-
le: 4,
64-
ge: 5,
65-
gt: 6,
66-
bitsAllSet: 7,
67-
bitsAnySet: 8,
68-
bitsAllNotSet: 9
69-
};
70-
```
56+
Iterators: http://tarantool.org/doc/book/box/box_index.html. Available iterators: 'eq', 'req', 'all', 'lt', 'le', 'ge', 'gt', 'bitsAllSet', 'bitsAnySet', 'bitsAllNotSet'.
57+
7158
It's just select. Promise resolve array of tuples.
7259

7360
**delete(spaceId: Number, indexId: Number, key: tuple) : Promise(Array of tuples)**

0 commit comments

Comments
 (0)