summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-05-02 12:14:48 +0200
committerantirez <antirez@gmail.com>2012-05-02 12:14:48 +0200
commite74fe10b00e050c4a08f9962da9fb25ced2d58d7 (patch)
treee9fb8dd6cf7a7c816770c769abddca98bbd760b4
parentf2ffb592947407a54e4a1f915f1593aa84eb2295 (diff)
downloadredis-e74fe10b00e050c4a08f9962da9fb25ced2d58d7.tar.gz
Redis 2.4.132.4.13
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 1f05c3116..98e969772 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,15 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.13
+=========================
+
+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.4.12
=========================
diff --git a/src/version.h b/src/version.h
index d0a020077..b195fb828 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.12"
+#define REDIS_VERSION "2.4.13"