Skip to content
Redis Version EOL (2026)

Redis Version EOL (2026)

DodaTech Updated Jun 20, 2026 3 min read

Redis releases approximately one major version per year, with each major version receiving roughly four years of support. The Redis team maintains the most recent stable version plus the previous major version with security and critical bug fixes, while older versions become unsupported. Redis Stack — which bundles Redis with modules for search, JSON, time series, and other capabilities — follows a separate release and support timeline tied to the underlying Redis core version. The recent license change from BSD to SSPL RSAL v2 also led to the Valkey fork, which has its own independent support timeline. Understanding Redis version support is important for caching layers, message brokers, and real-time data pipelines.

Redis Version Support Table

VersionRelease DateEnd of Life
Redis 6.2Feb 2021Feb 2025
Redis 7.0Apr 2022Apr 2026
Redis 7.2Aug 2023Aug 2027
Redis 7.42024TBD

Redis Support Policy

Redis support is managed by Redis Ltd. (formerly Redis Labs).

  • Release cadence: Approximately 1 major version per year.
  • Support window: Roughly 4 years per major version. The Redis team supports the latest stable version plus the previous major version with security patches.
  • Redis Stack: Modules (RediSearch, RedisJSON, RedisTimeSeries, RedisGraph, RedisBloom) follow a separate release schedule. Each Stack version is tied to a specific Redis core version and receives support aligned with that core version’s lifecycle.
  • Valkey fork: After Redis’s license change to SSPL RSAL v2, the community forked Redis as Valkey. Valkey maintains its own release and support timeline, which is backward-compatible with Redis 7.2 and later.

How to Check Your Redis Version

redis-server --version

From within a redis-cli session:

redis-cli INFO SERVER | grep redis_version

FAQ

How long is each Redis version supported?
Each major version receives approximately 4 years of support from its initial release date. The Redis team patches the latest stable version and the previous major version. Older versions receive no security patches or bug fixes.
What is the difference between Redis and Redis Stack support?
Redis Stack extends Redis core with modules for search, JSON, time series, and graph capabilities. Each Redis Stack release is tied to a specific Redis core version. Its support lifecycle matches the underlying Redis version, though individual modules may have independent patch releases.
What is Valkey and how does its support compare?
Valkey is a community fork of Redis created after the Redis license change to SSPL RSAL v2. Valkey is backward-compatible with Redis 7.2 and aims to maintain a similar release cadence. Its support timeline is managed separately by the Valkey community and may differ from upstream Redis.
Can I upgrade Redis directly from 6.2 to 7.2?
Yes. Unlike some databases, Redis supports direct upgrades across multiple major versions in most cases. However, always review the release notes for breaking changes in intermediate versions — particularly around module compatibility and configuration file format changes — before performing a major jump.
Does Redis have LTS releases?
No. Redis does not designate specific versions as LTS. Every major version receives the same ~4-year support window. For extended support, consider commercial Redis Enterprise or Redis Cloud subscriptions, which provide longer support timelines.

Related Schedules

  • MongoDB Version EOL
  • PostgreSQL Version EOL

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro