Refactored redis component to use a centralized postgres database with coordinator instead of descentralized sqlite shitty databases
This commit is contained in:
@@ -8,3 +8,4 @@ anyhow = "1"
|
||||
dotenvy = "0.15"
|
||||
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }
|
||||
tokio-postgres = "0.7"
|
||||
terminal_size = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user