Skip to content

7.0.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladvildanov vladvildanov released this 07 Oct 18:17

Changes

Main feature introduced in this beta release is a new type of client MultiDBClient. The purpose of this client is a communication with multiple databases that are eventually consistent (Active-Active setup) and handling failures by failover across databases. More information could be found in docs.

🔥 Breaking changes

  • Update ping command docstrings and method return type hint (#3789)

🚀 New Features

  • Multi-database client implementation (#3784)

🧰 Maintenance

  • [DOC] Add complex chaining example using pipelines with builder pattern (#3774)
  • Fix automation scenarion maint notification (#3788)
  • Add redis 8.4-M01-pre to tested redis versions (#3790)

We'd like to thank all the contributors who worked on this release!
@zion-off @petyaslavova @kiryazovi-redis @vladvildanov