Activity log for bug #1021241

Date Who What changed Old value New value Message
2012-07-05 10:52:13 sentimental bryan bug added bug
2012-07-05 11:09:11 Kovid Goyal affects calibre redis
2012-07-07 16:30:46 sentimental bryan description The version of Redis shipped with Ubuntu has some serious bugs. These bugs can result in serious data loss. For anyone running Ubuntu 12.04 LTS in a server environment this will be a big problem. From the Redis Site : http://redis.io/topics/problems """ List of known critical bugs in previous Redis releases. Note: this list may not be complete as we staretd it March 30, 2012, and did not included much historical data. Redis version up to 2.4.12 and 2.6.0-RC1: KEYS may not list all the keys, or may list duplicated keys, if keys with an expire set are present in the database. Issue #487. """ Ubuntu is shipping version 2.2.12 Here is a bug report which I've just reported, I found my data was disappearing into a black hole. https://github.com/antirez/redis/issues/574 Here is a github pull request which involved fixing this specific issue. https://github.com/antirez/redis/pull/487 In summary, Redis versions prior to 2.4.12 and 2.6.0-RC1 should be considered SERIOUSLY broken. Cannot reproduce this bug - ignore.