Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Node-Redis connection #1093

Closed
jer-0 opened this issue Feb 21, 2022 · 3 comments
Closed

Add support for Node-Redis connection #1093

jer-0 opened this issue Feb 21, 2022 · 3 comments

Comments

@jer-0
Copy link

jer-0 commented Feb 21, 2022

Hey! seeing bullmq support ioredis connection, maybe you can also add support for node-redis connections ?

https://github.com/redis/node-redis
https://github.com/redis/node-redis/blob/master/docs/client-configuration.md

@manast
Copy link
Contributor

manast commented Feb 22, 2022

No sorry. That's more stuff to maintain for basically zero gain for the users.

@manast manast closed this as completed Feb 22, 2022
@jer-0
Copy link
Author

jer-0 commented Jan 1, 2023

@manast maybe this is worth a rethink now that node-redis has been rewritten by official redis employee and support all module in package and is more popular ioredis.

Thanks.

@manast
Copy link
Contributor

manast commented Jan 10, 2023

I think it would be possible to write a class with the same interface as RedisConnection and implement it using node-redis, however this is not something we will do ourselves, since as mentioned I do not think it is important enough for spending resources on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants