liaoliaots / nestjs-redis

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

Broken types #552

Open TrejGun opened 2 hours ago

TrejGun commented 2 hours ago

Describe the bug

image

How to fix

rollback types for

useFactory?: (...args: unknown[]) => RedisModuleOptions | Promise<RedisModuleOptions>;

it should be any not unknown

TrejGun commented 2 hours ago

I also want to share some feedback:

First of all thanks for your work

While I understand that there was a reason to make all these changes the interface of v9 was better. I especially miss decorators.

I tried to migrate to the new version but the health indicator is not updated and useFactory has wrong typings so I decided to stay on v9 for now