Skip to content

Commit

Permalink
Merge pull request #1621 from jqnatividad/fetch_disk_cache
Browse files Browse the repository at this point in the history
`fetch`: add `--disk-cache` option
  • Loading branch information
jqnatividad committed Feb 28, 2024
2 parents 7d1d4ed + 6ab0318 commit 5658c61
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 103 deletions.
140 changes: 127 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ byteorder = "1.5"
bytes = "1"
cached = { version = "0.49", default-features = false, features = [
"ahash",
"disk_store",
"proc_macro",
"redis_ahash",
], optional = true }
Expand Down Expand Up @@ -285,6 +286,7 @@ fetch = [
"redis",
"serde_stacker",
"serde_urlencoded",
"simple-expand-tilde",
]
foreach = []
geocode = [
Expand Down

0 comments on commit 5658c61

Please sign in to comment.