Skip to content

1.5.0

Compare
Choose a tag to compare
@thibaultcha thibaultcha released this 19 Feb 02:40
· 13 commits to master since this release
1.5.0

Released on: 2019/09/25

Added
  • The cluster:refresh() method is now safe to be called at runtime,
    allowing cluster topology changes (added or removed nodes) to be taken into
    consideration.
    #134
  • The cluster:refresh() method now accepts an optional timeout argument,
    and returns the topology changes (if any).
    #134