Skip to content

Commit 558fa51

Browse files
thetutlageclaude
andcommitted
fix: revert ioredis to v5 on the 10.x line
ioredis 6 is a major release (RESP3 by default, new retry and keepAlive defaults, Node 20 minimum). Shipping it in the 10.0.1 patch made packages that receive `ioConnection` and check it against their own ioredis v5 class (bentocache via @adonisjs/cache) fall through to creating a stray client that dials 127.0.0.1:6379. The ioredis 6 upgrade moves to the 11.x line. Closes #77 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H3hvEz2HYq6kB8Bdwc1K14
1 parent 9021996 commit 558fa51

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

package-lock.json

Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@poppinss/utils": "^7.0.1",
6868
"emittery": "^1.2.1",
69-
"ioredis": "^6.0.0"
69+
"ioredis": "^5.11.1"
7070
},
7171
"peerDependencies": {
7272
"@adonisjs/core": "^7.0.0-next.0 || ^7.0.0"

0 commit comments

Comments
 (0)