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-7-22-releases/rs-7-22-x-tba.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,14 @@ The following table shows which Redis modules are compatible with each Redis dat
100
100
101
101
- RS125845: Fixed an issue where outdated AOF persistence files were not rotated upon upgrading the Redis database version from 6 to 7.
102
102
103
+
- RS147882: Fixed a "Failed to write PID file: Permission denied" error in `ccs-redis.log` by removing an unneeded CCS PID file.
104
+
105
+
- RS146941: Fixed an issue where `crdb-cli crdb get` failed with a `KeyError` when `replication_endpoint` or `replication_tls_sni` were not set for the Active-Active database.
106
+
107
+
- RS122668: Fixed an issue where new DMC workers created after a certificate update could still have the old certificate.
108
+
109
+
- RS141853: Optimized connection pool handling to reduce memory and CPU usage by `node_wd`.
0 commit comments