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

Support redis connection options in BullMQ #294

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

HalfdanJ
Copy link
Contributor

BullMQ takes redis connections options in the format { connection: { host: ... } } instead of { redis: { host: ... } }.

This works well with connection settings as strings, havent tested passing in ioredis object

@skeggse
Copy link
Member

skeggse commented Nov 25, 2020

cc @gtpan77 thoughts? Should we elide the redis key in this case as well, given that it's unused?

@skeggse skeggse added this to the 3.6.1 milestone Nov 25, 2020
@gtpan77
Copy link
Contributor

gtpan77 commented Nov 26, 2020

Yes, we should do this change. Thanks @HalfdanJ

@skeggse skeggse merged commit ab4b806 into bee-queue:master Nov 26, 2020
beequeueci pushed a commit that referenced this pull request Nov 26, 2020
### [3.6.1](v3.6.0...v3.6.1) (2020-11-26)

### Bug Fixes

* support redis configuration with bullmq ([#294](#294)) ([ab4b806](ab4b806))
@beequeueci
Copy link
Collaborator

🎉 This PR is included in version 3.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

4 participants