api: add support for redis to ratelimiter cache

This commit is contained in:
jj
2024-11-01 13:26:18 +00:00
parent d466f8a4af
commit 2317da5ba5
4 changed files with 39 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
},
"optionalDependencies": {
"freebind": "^0.2.2",
"rate-limit-redis": "^4.2.0",
"redis": "^4.7.0"
}
}