-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate service dashmap (#2225)
* feat(typed_kv): add scan support for Typed KV Adapter Signed-off-by: Chojan Shang <[email protected]> * feat(services/dashmap): migrate service dashmap Signed-off-by: Chojan Shang <[email protected]> * fix(services/dashmap): return inner Signed-off-by: Chojan Shang <[email protected]> * feat(services/moka): try to enable scan Signed-off-by: Chojan Shang <[email protected]> * refactor(typed_kv): scan is not available for all typed kv services Signed-off-by: Chojan Shang <[email protected]> * feat(typed_kv): also add KvPager Signed-off-by: Chojan Shang <[email protected]> * feat(typed_kv): add typed_kv::Info to carry capability check back Signed-off-by: Chojan Shang <[email protected]> * feat(typed_kv): add typed_kv::Capability Signed-off-by: Chojan Shang <[email protected]> --------- Signed-off-by: Chojan Shang <[email protected]>
- Loading branch information
Showing
5 changed files
with
214 additions
and
42 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
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