You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download/index.md
+10-17Lines changed: 10 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ linkTitle: Download
9
9
10
10
You can download the last Redis source files here. For additional options, see the [Redis downloads](#redis-downloads) section below.
11
11
12
-
### Stable (7.0)
12
+
### Stable (7.2)
13
13
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.
@@ -46,13 +46,6 @@ You can download and run Redis Docker images from DockerHub. Multiple versions a
46
46
47
47
[Go to Redis DockerHub](https://hub.docker.com/_/redis).
48
48
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.
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
65
58
66
59
### Older Redis Versions
67
60
68
-
#### Redis 6.2
61
+
#### Redis 7.0
69
62
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.
71
64
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).
73
66
74
-
#### Redis 6.0
67
+
#### Redis 6.2
75
68
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.
77
70
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).
0 commit comments