Redis Announces More Goodies and Availability Date for Upcoming Version
After a month break in the Redis weekly updates, Salvatore Sanfilippo (@antirez), main Redis developer, has ☞ published a new update which reports speed improvements for the RDB files, MONITOR and redis-cli major improvements, new and better test suite (contributed by Pieter Noordhuis) and an AOF[1] check tool (by the same Pieter Noordhuis).
Last, but not least, Salvatore has also mentioned that Redis 2.0.0 will be released on May 21th, 2010. So, get ready for a new exciting NoSQL release.
References
- [1] AOF or Append Only File was introduced in Redis 1.2.0 and you can read here notes on how to migrate an existing Redis store to Append Only File/AOF. (↩)