Skip to content

Commit

Permalink
feat(service/Cloudflare kv):support cloudflare KV
Browse files Browse the repository at this point in the history
init cloudflare-kv

implement builder.

Implement read

implement scan

feat(service/Cloudflare kv):support cloudflare KV
  • Loading branch information
my-vegetable-has-exploded committed Oct 19, 2023
1 parent c52061a commit e663346
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ services-azdls = [
"reqsign?/reqwest_request",
]
services-cacache = ["dep:cacache"]
services-cloudflare-kv = []
services-cos = [
"dep:reqsign",
"reqsign?/services-tencent",
Expand Down Expand Up @@ -230,9 +231,9 @@ foundationdb = { version = "0.8.0", features = [
futures = { version = "0.3", default-features = false, features = ["std"] }
governor = { version = "0.5", optional = true, features = ["std"] }
hdrs = { version = "0.3.0", optional = true, features = ["async_file"] }
hrana-client-proto = { version = "0.2.1", optional = true }
http = "0.2.9"
hyper = "0.14"
hrana-client-proto = { version = "0.2.1", optional = true }
lazy-regex = { version = "3.0.1", optional = true }
log = "0.4"
madsim = { version = "0.2.21", optional = true }
Expand Down
Loading

0 comments on commit e663346

Please sign in to comment.