mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +00:00
redo error handling in xredis
This commit is contained in:
@@ -10,6 +10,7 @@ ariadne = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
dashmap = { workspace = true }
|
||||
deadpool-redis = { workspace = true, features = ["cluster-async"] }
|
||||
eyre = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
lz4_flex = { workspace = true }
|
||||
prometheus = { workspace = true }
|
||||
@@ -20,7 +21,7 @@ redis = { workspace = true, features = [
|
||||
"tokio-comp"
|
||||
] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
postcard = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt", "sync", "time"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user