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
description: Bug fixes for cluster_wd configuration after restarts, database creation, Lua script migration issues, and database endpoint assignment after node removal.
9
+
description: Bug fixes for cluster_wd configuration after restarts, internode encryption certificate storage and retrieval, database creation, Lua script migration issues, and database endpoint assignment after node removal.
10
10
linkTitle: 8.0.2-tba (November 2025)
11
11
weight: 89
12
12
---
@@ -17,7 +17,7 @@ This is a maintenance release for [Redis Enterprise Software version 8.0.2
17
17
18
18
This version offers:
19
19
20
-
- Bug fixes for `cluster_wd` configuration after restarts, database creation, Lua script migration issues, and database endpoint assignment after node removal
20
+
- Bug fixes for `cluster_wd` configuration after restarts, internode encryption certificate storage and retrieval, database creation, Lua script migration issues, and database endpoint assignment after node removal
21
21
22
22
## New in this release
23
23
@@ -45,6 +45,8 @@ The following table shows which Redis modules are compatible with each Redis dat
45
45
46
46
- RS176280: Fixed an issue where `cluster_wd` reverted to the default configuration after restarting.
47
47
48
+
- RS176540: Fixed inconsistencies between storage and retrieval APIs for internode encryption certificates, which could cause issues in Kubernetes deployments.
49
+
48
50
- RS170732: Fixed an issue where database creation could become stuck due to connection issues.
49
51
50
52
- RS173541: Fixed an issue where Lua scripts were not migrated during database import and sync operations, causing script execution errors on the destination cluster.
0 commit comments