fix: use redis aio
This commit is contained in:
parent
0df2cd7b56
commit
ecde5d3d46
6 changed files with 240 additions and 30 deletions
|
@ -15,7 +15,7 @@ serde = { version = "1.0.219", features = ["derive"] }
|
|||
tera = "1.20.0"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace", "fs"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace", "fs", "catch-panic"] }
|
||||
axum = { version = "0.8.3", features = ["macros", "ws"] }
|
||||
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie", "multipart"] }
|
||||
|
@ -35,4 +35,5 @@ cf-turnstile = "0.2.0"
|
|||
contrasted = "0.1.2"
|
||||
futures-util = "0.3.31"
|
||||
|
||||
redis = { version = "0.30.0", optional = true }
|
||||
redis = { version = "0.30.0", features = ["aio", "tokio-comp"], optional = true }
|
||||
tower_governor = "0.7.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue