Skip to content

Commit 0f07781

Browse files
committed
Redis 2.5.8 (2.6.0 RC2).
1 parent 1858da2 commit 0f07781

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

00-RELEASENOTES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
3232
CHANGELOG
3333
---------
3434

35+
What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
36+
=======================================================
37+
38+
UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
39+
40+
* [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
41+
command may return the wrong output, having duplicated or missing
42+
keys. See issue #487 and #488 on github for details.
43+
3544
What's new in Redis 2.5.7 (aka 2.6 Release Candidate 1)
3645
=======================================================
3746

src/version.h

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

0 commit comments

Comments
 (0)