Skip to content
Database

Redis Releases

Track Redis releases, licensing changes, and the fork landscape (Valkey, KeyDB, Dragonfly). Version comparisons and migration guidance for Redis operators.

Total Versions

Supported

Latest

Version Timeline

All tracked releases with lifecycle status and EOL dates.

Loading version data…

Lifecycle Timeline

Visual overview of active support and maintenance windows.

7.2 (last BSD)
7.4 (SSPL/RSALv2)
8.0
8.2
8.4
8.6
2023 2024 2025 2026 2027 2028 2029
Active
Active
Active
Maint
Active
Active
Active
Active / LTS
Maintenance
Today

Upgrade Paths

Migration guidance between major versions — breaking changes, effort estimates, and tips.

7.2 7.4+ High Difficulty
Est. 1-2 hours (technical) + license evaluation

Breaking Changes

  • License changed from BSD to dual SSPL/RSALv2
  • Cloud providers may not offer hosted 7.4+
  • Some API changes

Migration Notes

The license change is the primary consideration. If you are a cloud provider or embed Redis, you need a commercial license. Evaluate Valkey as a BSD-licensed alternative. If licensing is fine, the upgrade is technically straightforward.

7.2 Valkey 8.x Low Difficulty
Est. 1-2 hours

Breaking Changes

  • Different binary name (valkey-server vs redis-server)
  • Config file differences
  • Some Redis-specific modules not available

Migration Notes

Valkey is a drop-in replacement for Redis 7.2. Commands, protocols, and data formats are compatible. Most client libraries work unchanged. AWS ElastiCache and Google Memorystore handle this automatically if you use managed services.

Version Risk Assessment

Evaluate risk factors before choosing a version for production.

Version EOL Risk CVE Risk Ecosystem Cloud Support Overall Recommended Action
Redis 6.x Critical High EOL Dropped Critical Unsupported. Upgrade to 7.2+ or Valkey.
Redis 7.2 (BSD) Medium Medium Forked Valkey replaces Medium Last BSD version. Migrate to Valkey or Redis 8.
Redis 7.4+ (SSPL) Low Low Active Limited Medium Active but license-restricted. Evaluate needs.
Redis 8.x (SSPL) None Low Active Self-hosted Low Latest. Best features if license permits.
Redis Valkey 8.x None Low Growing Full (AWS/GCP) Low Recommended open-source alternative.

Redis risk assessment must consider both technical EOL and licensing implications. The 2024 license change created a fork ecosystem. Your choice between Redis and Valkey depends on your deployment model and license requirements.

Redis vs Valkey Comparison

Side-by-side feature differences across major versions.

Feature Redis 7.2 (BSD) Redis 8.x (SSPL) Valkey 8.x (BSD)
License BSD 3-Clause SSPL/RSALv2 BSD 3-Clause
Hash field expiration No Yes Yes
Vector search Module Built-in Module
Cloud managed services All providers Self-hosted only AWS, GCP, Oracle
Active development No (forked) Redis Ltd Linux Foundation
Client compatibility Full Full Full
Cluster support Full Full Full
Performance Baseline +15-25% +10-20%
Community Legacy Commercial Open source

Embed Badges

Add live Redis status badges to your README, docs, or dashboard.

Health Status

Overall support health

Redis Health Status
![Redis Health Status](https://img.releaserun.com/badge/health/redis.svg)

EOL Countdown

Next end-of-life date

Redis EOL Countdown
![Redis EOL Countdown](https://img.releaserun.com/badge/eol/redis.svg)

Latest Version

Current stable release

Redis Latest Version
![Redis Latest Version](https://img.releaserun.com/badge/v/redis.svg)

CVE Status

Known vulnerabilities

Redis CVE Status
![Redis CVE Status](https://img.releaserun.com/badge/cve/redis.svg)

Frequently Asked Questions

Common questions about Redis releases and lifecycle.

What happened with the Redis license change?
In March 2024, Redis Ltd changed from BSD to a dual SSPL/RSALv2 license starting with Redis 7.4. This means Redis is no longer fully open-source. Cloud providers cannot offer Redis-as-a-service without a commercial license. This led to the creation of Valkey (a BSD-licensed fork maintained by the Linux Foundation).
What is Valkey and should I switch?
Valkey is a BSD-licensed fork of Redis 7.2.4 maintained by the Linux Foundation with backing from AWS, Google, Oracle, and others. If you need a permissive open-source license or use a cloud provider's managed service, Valkey is the recommended alternative. AWS ElastiCache and Google Memorystore now default to Valkey.
Is Redis 8 a big change?
Redis 8 (May 2025) introduced hash field expiration, vector search improvements, and significant performance enhancements. It runs under the dual license. If licensing is not a concern, Redis 8 offers the best feature set and performance.

Related Tools

Browse All Version History