Releases: redis/ioredis
Releases · redis/ioredis
v3.0.0-1
Features
- add debug logs for resolved sentinel nodes (8f3d3f7)
- report error on Sentinel connection refused (#445) (#446) (286a5bc)
- set default port of sentinels to 26379. (#441) (539fe41)
BREAKING CHANGES
- The default port of sentinels are now 26379 instead of 6379. This shouldn't break your app in most case since few setups has the sentinel server running on 6379, but if it's your case and the port isn't set explicitly, please go to update it.
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
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.