Skip to content

Question: redis-connect v9.0.0 package not support ioredis #346

Description

@Tony133

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions