feat: cache media proxy data in redis for 30 mins

This commit is contained in:
httpjamesm
2022-10-31 17:28:18 -04:00
parent 59a314b2bd
commit 2c8d138cbd
3 changed files with 34 additions and 13 deletions

View File

@ -15,6 +15,7 @@
"dependencies": {
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"ioredis": "^5.2.3",
"next": "12.2.5",
"node-fetch": "^3.2.10",
"react": "18.2.0",