[model-gateway] Add Redis support as a history backend (#16300)
This commit is contained in:
@@ -121,6 +121,8 @@ bitflags = "2.10.0"
|
||||
once_cell = "1.21.3"
|
||||
tokio-postgres = { version = "0.7.15", features = ["runtime","with-chrono-0_4","with-serde_json-1","array-impls"] }
|
||||
deadpool-postgres = "0.14.1"
|
||||
redis = { version = "0.27.6", features = ["tokio-comp", "json", "connection-manager"] }
|
||||
deadpool-redis = "0.18.0"
|
||||
|
||||
|
||||
# wasm dependencies
|
||||
|
||||
Reference in New Issue
Block a user