Skip to content

Commit

Permalink
docs(typed_kv): update capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <psiace@apache.org>
  • Loading branch information
PsiACE committed May 8, 2023
1 parent 95cc1f8 commit 97ea82c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 3 additions & 5 deletions core/src/services/dashmap/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ use crate::*;
///
/// This service can be used to:
///
/// - [x] read
/// - [x] write
/// - [ ] ~~list~~
/// - [x] get
/// - [x] set
/// - [x] delete
/// - [x] scan
/// - [ ] ~~presign~~
/// - [x] blocking
#[derive(Default)]
pub struct DashmapBuilder {
root: Option<String>,
Expand Down
10 changes: 4 additions & 6 deletions core/src/services/moka/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ use crate::*;
///
/// This service can be used to:
///
/// - [x] read
/// - [x] write
/// - [ ] ~~list~~
/// - [ ] ~~scan~~
/// - [ ] ~~presign~~
/// - [x] blocking
/// - [x] get
/// - [x] set
/// - [x] delete
/// - [ ] ~~ scan ~~
#[derive(Default, Debug)]
pub struct MokaBuilder {
/// Name for this cache instance.
Expand Down

0 comments on commit 97ea82c

Please sign in to comment.