Redis 7.2.5 Released with Security Fixes and Bug Fixes
Redis version 7.2.5 has been released, addressing several security issues and a range of bugs in both the core server and CLI tools, including replica handling in clustered shards, LSET crashes, blocking command timeouts, Lua argument conversion errors, and command‑line option handling.
Redis 7.2.5 is now available, bringing a set of security patches and numerous bug fixes.
Bug fixes in the core server
Single‑shard clusters now correctly remove failed replicas from CLUSTER SLOTS instead of leaving them (#12824).
The LSET command no longer crashes when replacing a small key with a value larger than 4 GB (#12955).
Blocking commands no longer have their timeout reset due to command re‑processing (#13004).
Conversion of numeric values in Lua arguments to Redis arguments is fixed; this regression was introduced in 7.2.0 (#13115).
Bug fixes in CLI tools
redis-cli : the --count option (used with --scan , --bigkeys , etc.) is now respected only when combined with --pattern as intended (#13092).
redis-check-aof no longer misinterprets inventory‑format data as MP‑AOF (#12958).
For the full list of changes, see the release notes at https://github.com/redis/redis/releases/tag/7.2.5 .
Laravel Tech Community
Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.