Skip to content

Commit

Permalink
ref(redis): Changes redis fork to improved PR for timeout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Sep 19, 2024
1 parent 84fb625 commit 7a70d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ rand_pcg = "0.3.1"
rayon = "1.10"
rdkafka = "0.36.2"
rdkafka-sys = "4.3.0"
# Git revision until https://github.com/redis-rs/redis-rs/pull/1097 (merged) and https://github.com/redis-rs/redis-rs/pull/1253 are released.
redis = { git = "https://github.com/getsentry/redis-rs.git", rev = "939e5df6f9cc976b0a53987f6eb3f76b2c398bd6", default-features = false }
# Git revision until https://github.com/redis-rs/redis-rs/pull/1097 (merged) and https://github.com/redis-rs/redis-rs/pull/1290 are released.
redis = { git = "https://github.com/getsentry/redis-rs.git", rev = "fc7d98cc10c16fa7c0c31de64dc1b713354a4384", default-features = false }
regex = "1.10.2"
regex-lite = "0.1.6"
reqwest = "0.12.7"
Expand Down

0 comments on commit 7a70d54

Please sign in to comment.