Commit 558fa51
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_01H3hvEz2HYq6kB8Bdwc1K141 parent 9021996 commit 558fa51
2 files changed
Lines changed: 23 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments