|
| 1 | +2009-11-04 redis-test is now a better Redis citizen, testing everything against DB 9 and 10 and only if this DBs are empty. |
| 2 | +2009-11-04 fixed a refcounting bug with SORT ... STORE leading to random crashes |
| 3 | +2009-11-04 masterauth option merged, thanks to Anthony Lauzon |
| 4 | +2009-11-03 ZSets double to string serialization fixed |
| 5 | +2009-11-03 client-libraries directory readded |
| 6 | +2009-11-03 redis.tcl put at toplevel since it's uesd for the test-redis.tcl script |
| 7 | +2009-11-03 client libs removed from Redis git |
| 8 | +2009-11-03 redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix |
| 9 | +2009-11-01 TODO updated again |
| 10 | +2009-11-01 TODO updated |
| 11 | +2009-11-01 redis-cli now makes clear when the returned string is an integer |
| 12 | +2009-11-01 SORT STORE option |
| 13 | +2009-11-01 now Redis prints DB stats just after the startup without to wait a second for the first report |
| 14 | +2009-11-01 another fix for append only mode, now read-only operations are not appended |
| 15 | +2009-11-01 appendfsync parsing in config file fixed. If you benchmarked Redis against different appendfsync options is time to try again ;) |
| 16 | +2009-11-01 append only file loading fixed |
| 17 | +2009-11-01 first version of append only file loading -- STILL BROKEN don't use it |
| 18 | +2009-10-31 Fixed Issue 83:Using TYPE on a zset results in a malformed response from the Redis server |
| 19 | +2009-10-31 Fixed compilation on Linux |
| 20 | +2009-10-30 append only mode is now able to translate EXPIRE into EXPIREAT transparently |
| 21 | +2009-10-30 appendfsync is now set to NO by default |
| 22 | +2009-10-30 support for appendonly mode no, always, everysec |
| 23 | +2009-10-30 first fix for append only mode |
| 24 | +2009-10-30 Initial implementation of append-only mode. Loading still not implemented. |
| 25 | +2009-10-30 EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing. |
| 26 | +2009-10-30 EXPIREAT implemented, will be useful for the append-only mode |
| 27 | +2009-10-29 Fixed Issue 74 (ERR just returned on invalid password), now the error message is -ERR invalid password. |
| 28 | +2009-10-29 Fixed issue 72 (SLAVEOF shutdowns redis-server on malformed reply) |
| 29 | +2009-10-29 Fixed issue 77 (Incorrect time in log files) thanks to youwantalex |
| 30 | +2009-10-29 Fixed Issue 76 (redis-server crashes when it can't connect to MASTER and client connects to SLAVE) |
| 31 | +2009-10-29 ZREMRANGEBYSCORE implemented. Remove a range of elements with score between min and max |
| 32 | +2009-10-28 TODO changes and mostly theoretical minor skiplist change |
| 33 | +2009-10-28 ZLEN renamed ZCARD for consistency with SCARD |
1 | 34 | 2009-10-27 TODO reworked to reflect the real roadmap
|
2 | 35 | 2009-10-27 Fix for 'make 32bit'
|
3 | 36 | 2009-10-27 a fix for the solaris fix itself ;)
|
|
0 commit comments