From 0f07781538a4cb0249c70045ec4c83011defd923 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 2 May 2012 12:16:53 +0200 Subject: Redis 2.5.8 (2.6.0 RC2). --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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) ======================================================= diff --git a/src/version.h b/src/version.h index 4588d54ed..64fced48a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.5.7" +#define REDIS_VERSION "2.5.8" -- cgit v1.2.1