Skip to content

Commit ac79be3

Browse files
committed
release 7.2.0, drop 6.0.x
1 parent 56b839f commit ac79be3

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

download/index.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ linkTitle: Download
99

1010
You can download the last Redis source files here. For additional options, see the [Redis downloads](#redis-downloads) section below.
1111

12-
### Stable (7.0)
12+
### Stable (7.2)
1313

14-
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.
14+
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.
1515

16-
* [Download 7.0.12](https://github.com/redis/redis/archive/7.0.12.tar.gz)
17-
* [7.0 Release Notes](https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES)
16+
* [Download 7.2.0](https://github.com/redis/redis/archive/7.2.0.tar.gz)
17+
* [7.2 Release Notes](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES)
1818
* [More installation options ->](#redis-downloads)
1919

2020
</div>
@@ -46,13 +46,6 @@ You can download and run Redis Docker images from DockerHub. Multiple versions a
4646

4747
[Go to Redis DockerHub](https://hub.docker.com/_/redis).
4848

49-
### Release-candidate (7.2)
50-
51-
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.
52-
53-
* [Download 7.2-rc3](https://github.com/redis/redis/archive/7.2-rc3.tar.gz)
54-
* [7.2 Release Notes](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES)
55-
5649
### Unstable
5750

5851
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
6558

6659
### Older Redis Versions
6760

68-
#### Redis 6.2
61+
#### Redis 7.0
6962

70-
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.
63+
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.
7164

72-
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).
65+
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).
7366

74-
#### Redis 6.0
67+
#### Redis 6.2
7568

76-
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.
69+
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.
7770

78-
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).
71+
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).
7972

8073

8174
### List of all releases and hash digests

0 commit comments

Comments
 (0)