Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4000bb2e
Commit
4000bb2e
authored
Jun 27, 2024
by
YaacovHazan
Browse files
Redis 7.4 RC2
parent
4e9acd4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
4000bb2e
...
@@ -12,6 +12,26 @@ SECURITY: There are security fixes in the release.
...
@@ -12,6 +12,26 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
================================================================================
Redis 7.4 RC2 Released Thu 27 Jun 2024 10:00:00 IST
================================================================================
Upgrade urgency LOW: This is the second Release Candidate for Redis 7.4.
Performance and resource utilization improvements
=================================================
* #13296 Optimize CPU cache efficiency
Changes to new 7.4 new features (compared to 7.4 RC1)
=====================================================
* #13343 Hash - expiration of individual fields: when key does not exist - reply with an array (nonexisting code for each field)
* #13329 Hash - expiration of individual fields: new keyspace event: `hexpired`
Modules API - Potentially breaking changes to new 7.4 features (compared to 7.4 RC1)
====================================================================================
* #13326 Hash - expiration of individual fields: avoid lazy expire when called from a Modules API function
================================================================================
================================================================================
Redis 7.4 RC1 Released Thu 6 Jun 2024 10:00:00 IST
Redis 7.4 RC1 Released Thu 6 Jun 2024 10:00:00 IST
================================================================================
================================================================================
...
@@ -75,7 +95,7 @@ Other general improvements
...
@@ -75,7 +95,7 @@ Other general improvements
* #13020 Allow adjusting defrag configurations while active defragmentation is running
* #13020 Allow adjusting defrag configurations while active defragmentation is running
* #12949 Increase the accuracy of avg_ttl (the average keyspace keys TTL)
* #12949 Increase the accuracy of avg_ttl (the average keyspace keys TTL)
* #12977 Allow running `WAITAOF` in scripts
* #12977 Allow running `WAITAOF` in scripts
* #12782 Implement TCP
K
eep-
A
live
s
across most Unix-like systems
* #12782 Implement TCP
k
eep-
a
live across most Unix-like systems
* #12707 Improved error codes when rejecting scripts in cluster mode
* #12707 Improved error codes when rejecting scripts in cluster mode
* #12596 Support `XREAD ... BLOCK` in scripts; rejected only if it ends up blocking
* #12596 Support `XREAD ... BLOCK` in scripts; rejected only if it ends up blocking
...
...
src/version.h
View file @
4000bb2e
#define REDIS_VERSION "7.3.24
0
"
#define REDIS_VERSION "7.3.24
1
"
#define REDIS_VERSION_NUM 0x000703f
0
#define REDIS_VERSION_NUM 0x000703f
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment