Redis v2.0.0-rc4 Release Notes

Release Date: 2016-05-08 // about 8 years ago
  • ๐Ÿ› Bug Fixes

    • reconnect when ready check failed(3561fab)
    • โœ‚ remove data handler when flushing command queue(b1c761c)
    • won't emit error again when password is wrong(dfdebfe)

    ๐Ÿ”‹ Features

    • โž• add dropBufferSupport option to improve the performance (#293)(1a8700c)
    • โž• add support for Node.js v6 (#295)(a87f405)
    • emit authentication related errors with "error" event(9dc25b4)
    • ๐Ÿ”Š print logs for unhandled error event(097fdbc)

    ๐Ÿ’ฅ BREAKING CHANGES

    • Authentication related errors are emited with "error" event, instead of "authError" event