Added Basic Redis Caching for DB Queries

This commit is contained in:
Ahmad 2025-02-26 21:35:01 -05:00
parent e1003ee214
commit 0d04adf4fd
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
8 changed files with 386 additions and 58 deletions

View file

@ -3,6 +3,7 @@
"clientId": "DISCORD_BOT_ID",
"guildId": "DISCORD_SERVER_ID",
"dbConnectionString": "POSTGRESQL_CONNECTION_STRING",
"redisConnectionString": "REDIS_CONNECTION_STRING",
"channels": {
"welcome": "WELCOME_CHANNEL_ID",
"logs": "LOG_CHAANNEL_ID"