Skip to content

Can I use already a redis instance from my project that uses noderedis package not ioredis? #3196

Answered by manast
Bubuioc asked this question in Q&A
Discussion options

You must be logged in to vote

You can use node-redis and ioredis in the same application if you want. You can also share the same Redis instance for BullMQ and other uses, I would recommend in this case to dedicate one database only for BullMQ so that the keys do not get mixed with each other (you choose which database to use using the db option in ioredis)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bubuioc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants