]> git.saurik.com Git - redis.git/commitdiff
removed a line from release notes that was not true (feature already backported into...
authorantirez <antirez@gmail.com>
Wed, 15 Dec 2010 15:54:08 +0000 (16:54 +0100)
committerantirez <antirez@gmail.com>
Wed, 15 Dec 2010 15:54:08 +0000 (16:54 +0100)
00-RELEASENOTES

index 138bd67d52ec870aa7c18c923a2e967961ef2bd1..fb7752711d92b3701f6e40d9fe39445bcacc979b 100644 (file)
@@ -26,7 +26,6 @@ WHAT'S NEW IN REDIS 2.2.x
 * Non blocking loading of .rdb / AOF file on startup, with process information in the INFO output.
 * Now Redis has a clean, powerful, supported C library: hiredis.
 * Code layout completely new, the 2.0.x huge redis.c file is now splitted in many parts.
-* Better MONITOR output.
 * Redis-benchmark rewritten to be faster and in order to use hiredis as well.
 * Endless other CPU optimizations and bugs fixed.