mirror of https://mirror.osredm.com/root/redis.git
Redis 6.2.10
This commit is contained in:
parent
e12aacf3a2
commit
9c76b1ab55
|
@ -11,6 +11,17 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
|
|||
SECURITY: There are security fixes in the release.
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Redis 6.2.10 Released Mon Jan 17 12:00:00 IST 2023
|
||||
================================================================================
|
||||
|
||||
Upgrade urgency: MODERATE, a quick followup fix for a recently released 6.2.9.
|
||||
|
||||
Bug Fixes
|
||||
=========
|
||||
|
||||
* Revert the change to KEYS in the recent client output buffer limit fix (#11676)
|
||||
|
||||
================================================================================
|
||||
Redis 6.2.9 Released Mon Jan 16 12:00:00 IDT 2023
|
||||
================================================================================
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define REDIS_VERSION "6.2.9"
|
||||
#define REDIS_VERSION_NUM 0x00060209
|
||||
#define REDIS_VERSION "6.2.10"
|
||||
#define REDIS_VERSION_NUM 0x0006020a
|
||||
|
|
Loading…
Reference in New Issue