liaoliaots / nestjs-redis

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

Nestjs Microservice ioredis strategy connector #203

Closed ali-master closed 1 month ago

ali-master commented 2 years ago

Is your feature request related to a problem? Please describe it

Nestjs microservice just supports the node-redis and there is no strategy for the ioredis.

Describe the solution you'd like

No response

Teachability, documentation, adoption, migration strategy

No response

What is the motivation / use case for changing the behavior?

Develop an ioredis' strategy connector for the Nestjs microservice.

liaoliaots commented 2 years ago

First, this is a good idea, I will look into it ASAP. But I have a heavy workload, I will not implement it in a short time. I'm so sorry.

ali-master commented 2 years ago

Hi there

Hope you are doing well May you implement this feature? I appreciate it if you do it. šŸŒ¹

ali-master commented 2 years ago

Any update?

liaoliaots commented 2 years ago

Iā€™m buried in work. I will not implement it in a short time, sorry for that. šŸ™‚

ali-master commented 2 years ago

I implemented this feature manually and I'll create a pull request here to help other people to use this feature.

liaoliaots commented 2 years ago

@ali-master Nest microservices is migrating from node-redis to ioredis: PR.