@@ -15,9 +15,9 @@ weight: 5
1515
1616- ** Integrated modules** now part of core:
1717 - 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
1919 - Time Series
20- - [ Vector Set (preview)] ({{< relref "/develop/data-types/vector-sets/" >}})
20+ - [ Vector sets (preview)] ({{< relref "/develop/data-types/vector-sets/" >}})
2121 - [ Redis Query Engine] ({{< relref "/develop/interact/#search-and-query" >}}) with horizontal & vertical scaling
2222 - All components available in Redis binary distributions
2323 - New config file: ` redis-full.conf ` for full component loading
@@ -37,7 +37,7 @@ weight: 5
3737 - ` CLIENT KILL MAXAGE `
3838 - Lua: ` os.clock() ` now available
3939 - ` 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" >}})
4141
4242## Internal Architecture
4343
@@ -55,8 +55,15 @@ weight: 5
5555
5656## Packaging
5757
58+ Redis 8.0-RC1 is available in the following distributions:
59+
5860- [ 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 )
6067
6168## Observability
6269
@@ -72,8 +79,8 @@ weight: 5
7279- Supports upgrade from:
7380 - Redis 7.x with or without modules
7481 - Redis Stack 7.2 and 7.4
75- - Supported OS :
82+ - Supported operating systems :
7683 - Ubuntu 20.04 / 22.04 / 24.04
7784 - Debian 11 / 12
7885 - macOS 13–15
79- - Rocky/Alma Linux 8.10, 9.5
86+ - Rocky/Alma Linux 8.10 / 9.5
0 commit comments