-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kv): define forward cursor interface (#16212)
* feat(kv): define forward cursor interface * feat(kv): implement ForwardCursor on bolt and inmem buckets * feat(kv): update tests to capture forward cursor * fix(kv): typo in docs * feat(kv): add Err method to ForwardCursor interface * feat(inmem): batch pair channel sends in forward cursor * fix(kv): remove Err field from kv.Pair * feat(kv): add Close to kv.ForwardCursor interface
- Loading branch information
1 parent
d7027d9
commit 19f8009
Showing
6 changed files
with
542 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.