diff options
author | antirez <antirez@gmail.com> | 2010-12-15 16:54:08 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-12-15 16:54:08 +0100 |
commit | 9a7a07a466f13b9fd821564af10413760eaed7fb (patch) | |
tree | 36be398de2eb2bf12f5f6057335df123b09f18be /00-RELEASENOTES | |
parent | 0898aa462e1eab878ae6e6abc5f9d273db8299de (diff) | |
download | redis-9a7a07a466f13b9fd821564af10413760eaed7fb.tar.gz |
removed a line from release notes that was not true (feature already backported into 2.0)
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r-- | 00-RELEASENOTES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 138bd67d5..fb7752711 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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. |