api/package: roll back to redis 4
Some checks failed
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko
2026-01-09 15:56:24 +06:00
parent 07bb16dfe7
commit f520d2bf74
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"
}
}