You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,22 @@ The following table shows which Redis modules are compatible with each Redis dat
81
81
82
82
- RS164218: Fixed an issue where Speedb log files were not properly rotated and archived, causing logs to accumulate and consume disk space.
83
83
84
+
- RS162719: Fixed an issue where connection problems could prevent shards from restarting during failover and cause the failover process to become stuck.
85
+
86
+
- RS161589: Changed the installer answers file parameter from `skip_updating_env_path` to `update_env_path` to improve clarity and accuracy.
87
+
88
+
- RS161574: Fixed an issue where Active-Active database synchronization could fail when Lua scripts used certain read-only commands that accessed keys across multiple slots.
89
+
90
+
- RS160347: Made optimizations to reduce the `heartbeatd` service's memory usage.
91
+
92
+
- RS156394: Improved error messages when module commands are temporarily unavailable during cluster configuration changes.
93
+
94
+
- RS154815: Improved diagnostic reporting for connection issues when the maximum number of transactions is reached.
95
+
96
+
- RS147053: Fixed an issue where some `system_reserved_ports` were not displayed in the `rladmin info cluster` command output.
97
+
98
+
- RS114668: Fixed an issue where setting `failure_detection_sensitivity` with the `bootstrap` API did not automatically update `watchdog_profile` accordingly.
0 commit comments