Add bull and caching

This commit is contained in:
2023-11-20 15:25:07 -07:00
parent 5a54a9ca5b
commit 725cabefe6
7 changed files with 339 additions and 29 deletions

View File

@@ -20,7 +20,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/bull": "^10.0.1",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
@@ -30,12 +31,15 @@
"@willsoto/nestjs-prometheus": "^6.0.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cache-manager": "^5.2.3",
"bull": "^4.11.5",
"cache-manager": "^5.3.1",
"cache-manager-redis-store": "^3.0.1",
"hbs": "^4.2.0",
"minio": "^7.1.3",
"open-graph-scraper": "^6.3.0",
"prom-client": "^15.0.0",
"ramda": "^0.29.0",
"redis": "^4.6.11",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"slate-irc": "^0.9.3",