More tracing spans for Labrinth Redis (#5182)

* more tracing in redis ops

* Improve Redis tracing

* improve messages

* make lpush and brpop use traced cmds
This commit is contained in:
aecsocket
2026-01-22 16:46:37 +00:00
committed by GitHub
parent adf365d99d
commit 1d193ed01b
4 changed files with 178 additions and 64 deletions

View File

@@ -27,6 +27,7 @@ async-stripe = { workspace = true, features = [
"connect",
"webhook-events",
] }
derive_more = { workspace = true, features = ["deref", "deref_mut"]}
async-trait = { workspace = true }
base64 = { workspace = true }
bitflags = { workspace = true }