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 ioredis 2.x and 3.x #377

Merged
merged 1 commit into from
Nov 13, 2018
Merged

add support for ioredis 2.x and 3.x #377

merged 1 commit into from
Nov 13, 2018

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Nov 13, 2018

This PR adds support for ioredis 2.x and 3.x. The biggest change in 4.x was replacing Bluebird with the native Promise. Since we didn't support Bluebird before, only >=4 could be supported. Now that we do support Bluebird, it's possible to support older versions as well.

@rochdev rochdev added enhancement New feature or request integrations labels Nov 13, 2018
@rochdev rochdev added this to the 0.7.0 milestone Nov 13, 2018
Copy link
Member

@brettlangdon brettlangdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@rochdev rochdev merged commit 4659b94 into v0.7.0 Nov 13, 2018
@rochdev rochdev deleted the ioredis-2.x branch November 13, 2018 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants