redo error handling in xredis

This commit is contained in:
aecsocket
2026-08-04 17:20:20 +01:00
committed by Calum H.
parent 99377f8436
commit a414ff0853
20 changed files with 408 additions and 327 deletions
+2 -1
View File
@@ -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 }