mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat: Add new Redis caching to queries
This commit is contained in:
parent
df5e8f744b
commit
a17b52b2c5
7 changed files with 118 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue