Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Update ioredis to the latest version 🚀 #2

Merged
merged 2 commits into from
Jan 26, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 26, 2017

Version 3.0.0-0 of ioredis just got published.

Dependency ioredis
Current Version 2.5.0
Type devDependency

The version 3.0.0-0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ioredis.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.0-0

This is a performance-focused release. We finially switch to the new version of JavaScript parser and drop the support for hiredis (Thanks to the lovely community!).
Also, we switch to denque to improve the queueing performance.

Let us know if there's any issue when using this pre-release.

Other Changes

  • increase the default reconnection interval (c5fefb7), closes #414

BREAKING CHANGES

  • Although the interface doesn't change after upgrading the js parser, there may be still some potential internal differences that may break the applications which rely on them. Also, force a major version bump emphasizes the dropping of the hiredis.
Commits

The new version differs by 4 commits .

  • 245e139 chore: v3.0.0-0
  • f85a44b fix: warning when hiredis is specified as parser
  • c5fefb7 perf: increase the default reconnection interval
  • 2820de7 feat: upgrade JavaScript Parser and drop the hiredis parser

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

coveralls commented Jan 26, 2017

Coverage Status

Coverage remained the same at 98.496% when pulling a7c21b4 on greenkeeper/ioredis-3.0.0-0 into 5a3d455 on master.

@coveralls
Copy link

coveralls commented Jan 26, 2017

Coverage Status

Coverage remained the same at 98.496% when pulling 16e5852 on greenkeeper/ioredis-3.0.0-0 into 5a3d455 on master.

@fadeenk fadeenk merged commit a2a1ade into master Jan 26, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/ioredis-3.0.0-0 branch January 26, 2017 06:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants