Commit 076ff11c authored by antirez's avatar antirez
Browse files

fixed typo in release notes

parent 6418b4c7
...@@ -26,7 +26,7 @@ WHAT'S NEW IN REDIS 2.2.x ...@@ -26,7 +26,7 @@ WHAT'S NEW IN REDIS 2.2.x
* BRPOPLPUSH (Thanks to Michel Martens and Damian Janowski) * BRPOPLPUSH (Thanks to Michel Martens and Damian Janowski)
* Much more interesting informations in the INFO output. * Much more interesting informations in the INFO output.
* Sorted sets are now less memory hungry. * Sorted sets are now less memory hungry.
* Non blocking loading of .rdb / AOF file on startup, with process information in the INFO output. * Non blocking loading of .rdb / AOF file on startup, with progress information in the INFO output.
* Now Redis has a clean, powerful, supported C library: hiredis. * 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. * Code layout completely new, the 2.0.x huge redis.c file is now splitted in many parts.
* Redis-benchmark rewritten to be faster and in order to use hiredis as well. * Redis-benchmark rewritten to be faster and in order to use hiredis as well.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment