@@ -15,9 +15,9 @@ weight: 5
15
15
16
16
- ** Integrated modules** now part of core:
17
17
- JSON
18
- - Probabilistic Time Series : Bloom, Cuckoo, Count-min sketch, Top-K, and t-digest
18
+ - Probabilistic: Bloom, Cuckoo, Count-min sketch, Top-K, and t-digest
19
19
- Time Series
20
- - [ Vector Set (preview)] ({{< relref "/develop/data-types/vector-sets/" >}})
20
+ - [ Vector sets (preview)] ({{< relref "/develop/data-types/vector-sets/" >}})
21
21
- [ Redis Query Engine] ({{< relref "/develop/interact/#search-and-query" >}}) with horizontal & vertical scaling
22
22
- All components available in Redis binary distributions
23
23
- New config file: ` redis-full.conf ` for full component loading
@@ -37,7 +37,7 @@ weight: 5
37
37
- ` CLIENT KILL MAXAGE `
38
38
- Lua: ` os.clock() ` now available
39
39
- ` SPUBLISH ` in ` MULTI/EXEC ` transactions on replicas
40
- - [ Vector set command group (preview)] ({{< relref "/commands/?group=vector_set" >}})
40
+ - [ Vector set command group (preview)] ({{< relref "/commands/?group=vector_set" >}})
41
41
42
42
## Internal Architecture
43
43
@@ -55,8 +55,15 @@ weight: 5
55
55
56
56
## Packaging
57
57
58
+ Redis 8.0-RC1 is available in the following distributions:
59
+
58
60
- [ Docker] ( https://hub.docker.com/_/redis )
59
- - Snap, Brew, APT, and RPM packages are available
61
+ - APT
62
+ - RPM
63
+ - Snap
64
+ - Homebrew
65
+ - Pre-built binaries
66
+ - [ Source code] ( https://github.com/redis/redis/releases/tag/8.0-rc1 )
60
67
61
68
## Observability
62
69
@@ -72,8 +79,8 @@ weight: 5
72
79
- Supports upgrade from:
73
80
- Redis 7.x with or without modules
74
81
- Redis Stack 7.2 and 7.4
75
- - Supported OS :
82
+ - Supported operating systems :
76
83
- Ubuntu 20.04 / 22.04 / 24.04
77
84
- Debian 11 / 12
78
85
- macOS 13–15
79
- - Rocky/Alma Linux 8.10, 9.5
86
+ - Rocky/Alma Linux 8.10 / 9.5
0 commit comments