Replies: 1 comment
-
Just create an ioredis instance from your string and use that instance as the connection parameter in BullMQ. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All examples I could find splits the connection string into the differents parts like host, username, port etc. But with ioredis I could just pass the whole connection string into the constructor. Can I use it like that in Bull?
Beta Was this translation helpful? Give feedback.
All reactions