liaoliaots / nestjs-redis

Redis module for Nest framework (node.js). Support node-redis & ioredis.
MIT License
392 stars 71 forks source link

Type error with ioredis 5.3.x #461

Closed hbriese closed 1 year ago

hbriese commented 1 year ago

Your issue may already be reported! Please search on the issue tracker before creating one.

Expected Behavior

No Type errors

Current Behavior

Using an ioredis 5.3.1 client causes a type error

Possible Solution

Update ioredis dependency. This may break < 5.3.1 compatibility?

Steps to Reproduce (for bugs)

  1. Update to ioredis 5.3.1
  2. Construct RedisPubSub using ioredis client

Your Environment