mirror of
https://github.com/fluencelabs/redis
synced 2025-05-28 17:51:20 +00:00
Redis 3.1.103 (Redis 3.2.0 RC3).
This commit is contained in:
parent
6bd409d0c8
commit
d5dab73127
@ -14,6 +14,12 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
|
||||
|
||||
Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
|
||||
|
||||
* [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo)
|
||||
* [FIX] Sentinel: improve handling of known Sentinel instances.
|
||||
(Salvatore Sanfilippo, thanks to Paweł Kowalczykf or the original
|
||||
crash report).
|
||||
* [FIX] Redis Cluster address update (via gossip section) processing improved
|
||||
to avoid initiating inwanted handshakes.
|
||||
* [FIX] Many fixes to MIGRATE multiple keys implementation. The command
|
||||
could handle errors in a faulty way leading to crashes or other
|
||||
unexpected behaviors. MIGRATE command refactoring.
|
||||
|
@ -1 +1 @@
|
||||
#define REDIS_VERSION "3.1.102"
|
||||
#define REDIS_VERSION "3.1.103"
|
||||
|
Loading…
x
Reference in New Issue
Block a user