Redis 6.2.10

This commit is contained in:
Oran Agra 2023-01-17 13:34:54 +02:00
parent e12aacf3a2
commit 9c76b1ab55
2 changed files with 13 additions and 2 deletions

View File

@ -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
================================================================================

View File

@ -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