opendal icon indicating copy to clipboard operation
opendal copied to clipboard

feat(core): capability `list` for redb

Open TD-Sky opened this issue 7 months ago • 2 comments

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 Access instead of kv::Adapter for redb (See #5739 )
  • [x] Supporting blocking_list for redb
  • [x] Supporting list for 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

TD-Sky avatar May 10 '25 08:05 TD-Sky

I can't reproduce the errors on my PC 😭.

TD-Sky avatar May 15 '25 16:05 TD-Sky

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.

Xuanwo avatar May 20 '25 09:05 Xuanwo