File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
3232CHANGELOG
3333---------
3434
35+ What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
36+ =======================================================
37+
38+ UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
39+
40+ * [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
41+ command may return the wrong output, having duplicated or missing
42+ keys. See issue #487 and #488 on github for details.
43+
3544What's new in Redis 2.5.7 (aka 2.6 Release Candidate 1)
3645=======================================================
3746
Original file line number Diff line number Diff line change 1- #define REDIS_VERSION "2.5.7 "
1+ #define REDIS_VERSION "2.5.8 "
You can’t perform that action at this time.
0 commit comments