Skip to content

Commit 3ccfb5a

Browse files
committed
Redis 2.6.5
1 parent 9120275 commit 3ccfb5a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

00-RELEASENOTES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1515
--------------------------------------------------------------------------------
1616

17+
--[ Redis 2.6.5 ]
18+
19+
UPGRADE URGENCY: MODERATE
20+
21+
Warning: this release of Redis introduces a different behavior in MULTI/EXEC
22+
handling of errors. This was done because the new behavior is safer
23+
compared to the old one, and should not break any code targeting
24+
Redis 2.6 in a critical way.
25+
26+
For more information check http://redis.io/topics/transactions
27+
28+
* [IMPROVED] RDB/AOF childern now log amount of additional memory used
29+
because of copy on write.
30+
* [BUGFIX] MIGRATE non critical fixes (see commits for details).
31+
* [BUGFIX] MULTI/EXEC: now EXEC aborts on errors before EXEC.
32+
* [BUGFIX] Fix integer overflow in zunionInterGenericCommand resulting
33+
into Z[INTER|UNION][STORE] commands to crash under extremely
34+
unlikely conditions (almost impossible in real world).
35+
* [BUGFIX] EVALSHA is now case insensitive (and will not crash).
36+
1737
--[ Redis 2.6.4 ]
1838

1939
UPGRADE URGENCY: LOW

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.6.4"
1+
#define REDIS_VERSION "2.6.5"

0 commit comments

Comments
 (0)