feat: Add new Redis caching to queries

This commit is contained in:
Jesse Wierzbinski 2023-12-01 13:00:00 -10:00
parent df5e8f744b
commit a17b52b2c5
No known key found for this signature in database
7 changed files with 118 additions and 4 deletions

View file

@ -7,9 +7,16 @@ database = "lysand"
[redis.queue]
host = "localhost"
post = 6379
port = 6379
password = ""
# database = 0
database = 0
[redis.cache]
host = "localhost"
port = 6379
password = ""
database = 1
enabled = false
[http]
base_url = "https://lysand.social"