added redis configuration

This commit is contained in:
2025-08-07 01:54:36 +05:30
parent 9093da6bc9
commit e9a001ecf6
3 changed files with 154 additions and 2 deletions

View File

@@ -21,7 +21,9 @@
"jsonwebtoken": "^9.0.2",
"pg": "^8.16.0",
"pino": "^9.7.0",
"pino-http": "^10.4.0"
"pino-http": "^10.4.0",
"redis": "^5.7.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.28.0",