Redis v4.1.0 Release Notes

Release Date: 2018-10-15 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • cluster: quit() ignores errors caused by disconnected connection (#720) (fb3eb76)
    • cluster: robust solution for pub/sub in cluster (#697) (13a5bc4), closes #696
    • cluster: stop subscriber when disconnecting (fb27b66)

    ๐Ÿ”‹ Features

    • cluster: re-select subscriber when the currenct one is failed (c091f2e)

    ๐ŸŽ Performance Improvements

    • โœ‚ remove lodash deps for smaller memory footprint (80f4a45)
    • cluster: make disconnecting from cluster faster (#721) (ce46d6b)