mirror of https://mirror.osredm.com/root/redis.git
Redis 8.0 M04
CI / test-sanitizer-address (push) Failing after 32s
Details
CI / build-debian-old (push) Failing after 32s
Details
CI / build-32bit (push) Failing after 31s
Details
CI / build-libc-malloc (push) Failing after 32s
Details
CI / build-centos-jemalloc (push) Failing after 31s
Details
CI / build-old-chain-jemalloc (push) Failing after 32s
Details
Codecov / code-coverage (push) Failing after 32s
Details
External Server Tests / test-external-standalone (push) Failing after 31s
Details
External Server Tests / test-external-cluster (push) Failing after 32s
Details
External Server Tests / test-external-nodebug (push) Failing after 32s
Details
Spellcheck / Spellcheck (push) Failing after 31s
Details
CI / test-ubuntu-latest (push) Failing after 10m24s
Details
CI / build-macos-latest (push) Has been cancelled
Details
CI / test-sanitizer-address (push) Failing after 32s
Details
CI / build-debian-old (push) Failing after 32s
Details
CI / build-32bit (push) Failing after 31s
Details
CI / build-libc-malloc (push) Failing after 32s
Details
CI / build-centos-jemalloc (push) Failing after 31s
Details
CI / build-old-chain-jemalloc (push) Failing after 32s
Details
Codecov / code-coverage (push) Failing after 32s
Details
External Server Tests / test-external-standalone (push) Failing after 31s
Details
External Server Tests / test-external-cluster (push) Failing after 32s
Details
External Server Tests / test-external-nodebug (push) Failing after 32s
Details
Spellcheck / Spellcheck (push) Failing after 31s
Details
CI / test-ubuntu-latest (push) Failing after 10m24s
Details
CI / build-macos-latest (push) Has been cancelled
Details
This commit is contained in:
parent
89eef40ca2
commit
095c131fbb
|
@ -2,16 +2,17 @@ Redis Community Edition 8.0 release notes
|
|||
=========================================
|
||||
|
||||
============================================================
|
||||
8.0-RC1 (v7.9.240) Committed Tue 11 Mar 2025 11:00:00 IST
|
||||
8.0-M04 (v7.9.227) Committed Sun 16 Mar 2025 11:00:00 IST
|
||||
============================================================
|
||||
|
||||
This is the first Release Candidate of Redis Community Edition 8.0.
|
||||
This is the fourth Milestone of Redis Community Edition 8.0.
|
||||
|
||||
Release candidates are feature-complete pre-releases. Pre-releases are not suitable for production use.
|
||||
Milestones are non-feature-complete pre-releases. Pre-releases are not suitable for production use.
|
||||
Once we reach feature-completeness we will release RC1.
|
||||
|
||||
### Headlines
|
||||
|
||||
8.0-RC1 includes 3 new hash commands, performance improvements, and memory defragmentation improvements.
|
||||
8.0-M04 includes 3 new hash commands, performance improvements, and memory defragmentation improvements.
|
||||
|
||||
### Distributions
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define REDIS_VERSION "7.9.240"
|
||||
#define REDIS_VERSION_NUM 0x000709f0
|
||||
#define REDIS_VERSION "7.9.227"
|
||||
#define REDIS_VERSION_NUM 0x000709e3
|
||||
|
|
Loading…
Reference in New Issue