Redis 2.4.13

This commit is contained in:
antirez 2012-05-02 12:14:48 +02:00
parent f2ffb59294
commit e74fe10b00
2 changed files with 10 additions and 1 deletions

View File

@ -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
=========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.4.12"
#define REDIS_VERSION "2.4.13"