Back rate limit by redia and upgrade node-redis

This commit is contained in:
Ajay
2022-04-13 17:36:07 -04:00
parent 41c92da37e
commit 8dc87da462
14 changed files with 292 additions and 158 deletions

View File

@@ -17,8 +17,10 @@
"port": 5432
},
"redis": {
"host": "localhost",
"port": 6379
"socket": {
"host": "localhost",
"port": 6379
}
},
"createDatabaseIfNotExist": true,
"schemaFolder": "./databases",