The version 9.0.0 of connect-redis package no longer supports ioredis. It now only supports Redis (v5 and later), see here: https://github.com/tj/connect-redis/releases/tag/v9.0.0. The Fastify ecosystem uses ioredis; evaluate whether it makes sense to change consider switching library for this package only ? For now, it has been updated to version v8.0.0 (see commit here: #343) and the imports have been fixed.
File to update if migrating from ioredis to redis:
benchmark/bench.js
examples/redis.js
types/index.tst.ts
The plugin's functionality remains unchanged
The version
9.0.0ofconnect-redispackage no longer supportsioredis. It now only supports Redis (v5 and later), see here: https://github.com/tj/connect-redis/releases/tag/v9.0.0. The Fastify ecosystem usesioredis; evaluate whether it makes sense to change consider switching library for this package only ? For now, it has been updated to version v8.0.0 (see commit here: #343) and the imports have been fixed.File to update if migrating from
ioredistoredis:benchmark/bench.jsexamples/redis.jstypes/index.tst.tsThe plugin's functionality remains unchanged