valkey task distribution

This commit is contained in:
JMARyA 2025-03-08 21:25:02 +01:00
parent e827faaa3f
commit f381f30e27
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 866 additions and 26 deletions

View file

@ -13,3 +13,6 @@ tokio = "1.43.0"
comrade-macro = { path = "./comrade-macro" }
serde_json = "1.0.140"
rand = "0.9.0"
redis = "0.29.1"
serde = "1.0.218"
uuid = { version = "1.15.1", features = ["v4"] }