feat: add redis caching
This commit is contained in:
parent
ca63a2a13c
commit
7ecc8c4270
4 changed files with 76 additions and 1 deletions
|
@ -22,6 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
simple_logger = "5.0.0"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
|
||||
redis = { version = "0.30", features= ["tokio-comp"] }
|
||||
toml = "0.8"
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
uuid = { version = "1.16", features = ["serde", "v7"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue