Skip to content

Commit

Permalink
new feature reword, module version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Jul 17, 2023
1 parent 532eca4 commit 3ad7ac3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ The following table shows the MD5 checksums for the available packages:

## New features and enhancements

- RS98361 - Introduced a look-ahead mechanism that provides early indications of the potential success or failure of future planner attempts.
- RS98361 - Enhanced the algorithm responsible for placing shards in the cluster. This improvement applies when creating new databases and when calling the REST API `GET optimize_shards_placement` for existing databases.

With this update, the algorithm efficiently finds a legal placement while reducing the calculation time significantly. These changes ensure a smoother and faster experience when managing databases with a large number of shards and dense shard placement policy.

- RS62197 - Added validation of the operating system (OS) version before installation. The installer automatically validates the OS type and version and verifies the correct binary is used for the corresponding system. This prevents missing dependencies which may cause issues later on.

The validation applies to major versions of all operating systems. If the check fails, the installation process halts with an appropriate error message.

- RS62197 - Implemented package operating system compatibility validation.

#### Redis Stack v6.2.6

Expand Down

0 comments on commit 3ad7ac3

Please sign in to comment.