From ac79be36196473c04ad9282e76e995ed451a502a Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Tue, 15 Aug 2023 13:13:56 +0300 Subject: [PATCH] release 7.2.0, drop 6.0.x --- download/index.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/download/index.md b/download/index.md index 80e85c5..d92e77c 100644 --- a/download/index.md +++ b/download/index.md @@ -9,12 +9,12 @@ linkTitle: Download You can download the last Redis source files here. For additional options, see the [Redis downloads](#redis-downloads) section below. -### Stable (7.0) +### Stable (7.2) -Redis 7.0 includes several new user-facing features, significant performance optimizations, and many other improvements. It also includes changes that potentially break backwards compatibility with older versions. +Redis 7.2 includes optimizations, several new commands, some improvements, bug fixes, and several new module APIs. It also includes changes that potentially break backwards compatibility with older versions. -* [Download 7.0.12](https://github.com/redis/redis/archive/7.0.12.tar.gz) -* [7.0 Release Notes](https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES) +* [Download 7.2.0](https://github.com/redis/redis/archive/7.2.0.tar.gz) +* [7.2 Release Notes](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) * [More installation options ->](#redis-downloads) @@ -46,13 +46,6 @@ You can download and run Redis Docker images from DockerHub. Multiple versions a [Go to Redis DockerHub](https://hub.docker.com/_/redis). -### Release-candidate (7.2) - -Redis 7.2 includes optimizations, several new commands, some improvements, bug fixes, and several new module APIs. It also includes changes that potentially break backwards compatibility with older versions. - -* [Download 7.2-rc3](https://github.com/redis/redis/archive/7.2-rc3.tar.gz) -* [7.2 Release Notes](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) - ### Unstable This is where all the development happens. Only for hard-core hackers or for folks who need to test the latest features or performance improvements. As this is an experimental build, it's not guaranteed to be fit for production deployment. @@ -65,17 +58,17 @@ The latest stable release is always available at the fixed [https://download.red ### Older Redis Versions -#### Redis 6.2 +#### Redis 7.0 -Redis 6.2 includes many new commands and improvements. Redis 6.2 improves on the completeness of Redis and addresses issues that have been requested by many users frequently or for a long time. +Redis 7.0 includes several new user-facing features, significant performance optimizations, and many other improvements. It also includes changes that potentially break backwards compatibility with older versions. -See the [release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) or [download 6.2.13](https://download.redis.io/releases/redis-6.2.13.tar.gz). +See the [release notes](https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES) or [download 7.0.12](https://download.redis.io/releases/redis-7.0.12.tar.gz). -#### Redis 6.0 +#### Redis 6.2 -Redis 6.0 (GA October, 2021) introduced SSL, the new RESP3 protocol, ACLs, client side caching, diskless replicas, I/O threads, faster RDB loading, new modules APIs, and many more improvements. +Redis 6.2 includes many new commands and improvements. Redis 6.2 improves on the completeness of Redis and addresses issues that have been requested by many users frequently or for a long time. -See the [release notes](https://raw.githubusercontent.com/redis/redis/6.0/00-RELEASENOTES) or [download 6.0.20](https://download.redis.io/releases/redis-6.0.20.tar.gz). +See the [release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) or [download 6.2.13](https://download.redis.io/releases/redis-6.2.13.tar.gz). ### List of all releases and hash digests