fix: use redis aio
This commit is contained in:
parent
0df2cd7b56
commit
ecde5d3d46
6 changed files with 240 additions and 30 deletions
|
@ -23,7 +23,7 @@ async-recursion = "1.1.1"
|
|||
md-5 = "0.10.6"
|
||||
base16ct = { version = "0.2.0", features = ["alloc"] }
|
||||
|
||||
redis = { version = "0.30.0", optional = true }
|
||||
redis = { version = "0.30.0", features = ["aio", "tokio-comp"], optional = true }
|
||||
|
||||
rusqlite = { version = "0.35.0", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue