Path to this page:
Subject: CVS commit: pkgsrc/databases/redis
From: Adam Ciarcinski
Date: 2024-05-20 06:21:44
Message id: 20240520042144.33507FA2C@cvs.NetBSD.org
Log Message:
redis: updated to 7.2.5
Redis 7.2.5
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
* Crash in LSET command when replacing small items and exceeding 4GB
* Blocking commands timeout is reset due to re-processing command
* Conversion of numbers in Lua args to redis args can fail. Bug introduced in 7.2.0
Bug fixes in CLI tools
* redis-cli: --count (for --scan, --bigkeys, etc) was ignored unless --pattern \
was also used
* redis-check-aof: incorrectly considering data in manifest format as MP-AOF
Files: