removed a line from release notes that was not true (feature already backported into 2.0)

This commit is contained in:
antirez 2010-12-15 16:54:08 +01:00
parent 0898aa462e
commit 9a7a07a466
1 changed files with 0 additions and 1 deletions

View 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.