]> git.saurik.com Git - redis.git/commitdiff
Redis 2.5.8 (2.6.0 RC2).
authorantirez <antirez@gmail.com>
Wed, 2 May 2012 10:16:53 +0000 (12:16 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 May 2012 10:17:21 +0000 (12:17 +0200)
00-RELEASENOTES
src/version.h

index 2c7fad2bbe6814dc6a4996344e6f8c2fb597aa0e..006a163ee80155f538002415005813960a593c96 100644 (file)
@@ -32,6 +32,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
 CHANGELOG
 ---------
 
+What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
+=======================================================
+
+UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
+
+* [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
+           command may return the wrong output, having duplicated or missing
+           keys. See issue #487 and #488 on github for details.
+
 What's new in Redis 2.5.7 (aka 2.6 Release Candidate 1)
 =======================================================
 
index 4588d54ed85a03464ff58ce211e6bb74cd5cb63a..64fced48aae66dc309f1892b22da9be7b3dc7ec5 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.5.7"
+#define REDIS_VERSION "2.5.8"