Skip to content

Commit

Permalink
release 7.2.0, drop 6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Aug 15, 2023
1 parent 56b839f commit ac79be3
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</div>
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit ac79be3

Please sign in to comment.