Skip to content

Commit

Permalink
use ahash hasher in cached crate
Browse files Browse the repository at this point in the history
- also added TODO for redis tcp_nodelay feature. It was available on 0.24 which was yanked
  • Loading branch information
jqnatividad committed Nov 30, 2023
1 parent e065d95 commit 4c5d300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 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 @@ -74,6 +74,7 @@ bincode = "1.3"
byteorder = "1.5"
bytes = "1"
cached = { version = "0.46", default-features = false, features = [
"ahash",
"proc_macro",
"redis_ahash",
], optional = true }
Expand Down Expand Up @@ -162,6 +163,7 @@ rand = "0.8"
rayon = "1.8"
redis = { version = "0.23", features = [
"ahash",
# "tcp_nodelay", // TODO: enable when this feature is available again
], default-features = false, optional = true }
regex = "1"
reqwest = { version = "0.11", features = [
Expand Down

0 comments on commit 4c5d300

Please sign in to comment.