-
|
In a message queue, keys are like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the use case. |
Beta Was this translation helpful? Give feedback.
-
|
In a message queue, keys are like |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the use case. |
Beta Was this translation helpful? Give feedback.
Thanks for the use case.
To clarify the current state: d-engine doesn't support prefix/range scan for batch reads yet.
We do have #300 (Prefix Watch) in planning, which addresses prefix matching on the watch/event side, so it will partially help — for example, monitoring key changes under a namespace. However, it won't cover your batch read use case (one-shot scan of all keys matching a prefix).
That's a separate capability closer to a range scan. It's already on our roadmap for v0.3.x as part of making d-engine a lightweight KV store. You can track the overall direction here: #281