opendal
opendal copied to clipboard
feat(core): capability `list` for redb
Which issue does this PR close?
Closes #6164
Rationale for this change
I need to traverse all elements in a redb table to get initial metadata in my scene.
What changes are included in this PR?
- [x] Implementing
Accessinstead ofkv::Adapterfor redb (See #5739 ) - [x] Supporting
blocking_listfor redb - [x] Supporting
listfor redb
Are there any user-facing changes?
The following API will be supported for redb backend:
- [x]
Operator::list - [x]
Operator::lister - [x]
BlockingOperator::list - [x]
BlockingOperator::lister
I can't reproduce the errors on my PC 😭.
I can't reproduce the errors on my PC 😭.
Thank you for your contribution! I'll take a look at it when I have some time.