summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-05-02 12:16:53 +0200
committerantirez <antirez@gmail.com>2012-05-02 12:17:21 +0200
commit0f07781538a4cb0249c70045ec4c83011defd923 (patch)
tree72b80fbd84d3f2ddc782da5aeaafbdabb654633c /00-RELEASENOTES
parent1858da2faae3b6a8becf4f7eef3f712d6e4b986b (diff)
downloadredis-0f07781538a4cb0249c70045ec4c83011defd923.tar.gz
Redis 2.5.8 (2.6.0 RC2).2.6.0-rc2
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 2c7fad2bb..006a163ee 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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)
=======================================================