Compatible Major Version | Minor Version | Update |
Redis 7.0 | 7.0.22 | Fixed the security vulnerability CVE-2024-46981. |
| 7.0.20 | Fixed the security vulnerabilities CVE-2024-31449, CVE-2024-31227, and CVE-2024-31228. |
Redis 6.2 | 6.2.10 | Fixed the security vulnerability CVE-2024-46981. |
| 6.2.9 | Fixed the security vulnerabilities CVE-2024-31449 and CVE-2024-31228. |
| 6.2.5 | Compatible with Redis 6.2. Supported the multi-DB feature. Up to 256 DBs were supported. Supported performing rehash operations during maintenance. |
Redis 5.0 | 5.2.12 | Fixed the security vulnerability CVE-2024-46981. |
| 5.2.11 | Fixed the security vulnerabilities CVE-2024-31449 and CVE-2024-31228. |
| 5.2.7 | Supported performing rehash operations during maintenance. |
| 5.2.0 | Supported the multi-DB feature. Up to 256 DBs were supported. Performance optimization: Supported executing zmalloc_get_rss() in the BIO thread to avoid blocking the main thread, preventing request latency increases. Fixed the issue that the rdbLoadRio() function might trigger downtime in some scenarios. |
Redis 4.0 | 4.3.13 | Fixed the security vulnerability CVE-2024-46981. |
| 4.3.12 | Fixed the security vulnerabilities CVE-2024-31449 and CVE-2024-31228. |
| 4.3.8 | Supported performing rehash operations during maintenance. |
| 4.3.0 | Supported the multi-DB feature. Up to 256 DBs were supported. Supported sending notifications to the cluster when a replica node detected a Failing node in the cluster, facilitating quick detection of faulty nodes. Performance optimization: Supported executing zmalloc_get_rss() in the BIO thread to avoid blocking the main thread, preventing request latency increases. Fixed the issue that the rdbLoadRio() function might trigger downtime in some scenarios. |
Feedback