Skip to content

4.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 06:12
· 460 commits to master since this release
4.9.0

Feature

  • Update implementation of transactional pipeline and the
    behavior of the transaction method exposed by they cluster
    client to be consistent with the standalone client.

Breaking changes

  • Pipeline instances passed into the callable func parameter
    of the cluster transaction method will no longer automatically
    queue commands until a call to multi is issued to be consistent
    with the implementation in the standalone client.