Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ of 'seek', which is not 'seeked', in case you wonder) in order to start
the iteration from the specified position. For this goal, the function
`raxSeek` is used:

int raxSeek(raxIterator *it, unsigned char *ele, size_t len, const char *op);
int raxSeek(raxIterator *it, const char *op, unsigned char *ele, size_t len);

For instance one may want to seek the first element greater or equal to the
key `"foo"`:
Expand Down