mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Added Basic Redis Caching for DB Queries
This commit is contained in:
parent
e1003ee214
commit
0d04adf4fd
8 changed files with 386 additions and 58 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue