cache: add valkey backend layer

This commit is contained in:
a.tolmachev
2026-05-03 21:41:00 +00:00
parent 2eb2209e40
commit 3256203876
5 changed files with 471 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ crank-core = { path = "../crank-core" }
crank-mapping = { path = "../crank-mapping" }
crank-schema = { path = "../crank-schema" }
hkdf.workspace = true
redis = { version = "0.29", features = ["tokio-comp", "connection-manager"] }
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true