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
f60370ce
Commit
f60370ce
authored
May 16, 2024
by
YaacovHazan
Committed by
YaacovHazan
May 19, 2024
Browse files
Redis 7.2.5
parent
464aad9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
f60370ce
...
@@ -12,6 +12,27 @@ SECURITY: There are security fixes in the release.
...
@@ -12,6 +12,27 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
================================================================================
Redis 7.2.5 Released Thu 16 May 2024 12:00:00 IST
================================================================================
Upgrade urgency MODERATE: Program an upgrade of the server, but it's not urgent.
Bug fixes
=========
* A single shard cluster leaves failed replicas in CLUSTER SLOTS instead of removing them (#12824)
* Crash in LSET command when replacing small items and exceeding 4GB (#12955)
* Blocking commands timeout is reset due to re-processing command (#13004)
* Conversion of numbers in Lua args to redis args can fail. Bug introduced in 7.2.0 (#13115)
Bug fixes in CLI tools
======================
* redis-cli: --count (for --scan, --bigkeys, etc) was ignored unless --pattern was also used (#13092)
* redis-check-aof: incorrectly considering data in manifest format as MP-AOF (#12958)
================================================================================
================================================================================
Redis 7.2.4 Released Tue 09 Jan 2024 10:45:52 IST
Redis 7.2.4 Released Tue 09 Jan 2024 10:45:52 IST
================================================================================
================================================================================
...
...
src/version.h
View file @
f60370ce
#define REDIS_VERSION "7.2.
4
"
#define REDIS_VERSION "7.2.
5
"
#define REDIS_VERSION_NUM 0x0007020
4
#define REDIS_VERSION_NUM 0x0007020
5
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