api/package: roll back to redis 4

This commit is contained in:
wukko 2026-01-09 15:56:24 +06:00
parent 07bb16dfe7
commit f520d2bf74
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 61 additions and 40 deletions

View file

@ -45,6 +45,6 @@
"optionalDependencies": {
"freebind": "^0.2.2",
"rate-limit-redis": "^4.3.1",
"redis": "^5.10.0"
"redis": "^4.7.1"
}
}