back to redis (gotta cache API calls)

This commit is contained in:
2025-03-05 00:16:01 -07:00
parent ba8982086b
commit 5a8611afbc
6 changed files with 224 additions and 1540 deletions

View File

@@ -6,3 +6,5 @@ DB_PASSWD = your_database_password
DB_NAME = your_database_name
DB_HOST = 127.0.0.1
DB_PORT = your_database_port
REDIS_HOST = 127.0.0.1
REDIS_PORT = 6379