Skip to content

Commit

Permalink
Migrate from redis-rs to fred.rs (#1188)
Browse files Browse the repository at this point in the history
This isn't a bug-for-bug faithful rewrite, but it comes pretty close.

This unblocks us from making major improvements to our usage of Redis
as a CAS and AC store, and should also allow us to use it as a backing
database for the scheduler.
  • Loading branch information
caass authored Aug 1, 2024
1 parent a953f19 commit 44a4a91
Show file tree
Hide file tree
Showing 10 changed files with 773 additions and 814 deletions.
162 changes: 86 additions & 76 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ rustls-pemfile = { version = "2.1.2", default-features = false }
scopeguard = { version = "1.2.0", default-features = false }
serde_json5 = "0.1.0"
tokio = { version = "1.38.0", features = ["rt-multi-thread", "signal"] }
tokio-rustls = { version = "0.25.0", default-features = false }
tokio-rustls = { version = "0.25.0", default-features = false, features = [
"ring",
] }
tonic = { version = "0.12.0", default-features = false }
tower = { version = "0.4.13", default-features = false }
tracing = { version = "0.1.40", default-features = false }
Expand Down
Loading

0 comments on commit 44a4a91

Please sign in to comment.