summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-12-15 16:51:01 +0100
committerantirez <antirez@gmail.com>2010-12-15 16:51:01 +0100
commit0898aa462e1eab878ae6e6abc5f9d273db8299de (patch)
tree7340b0556cc562e857a6267dd7f8b09b0c228987 /00-RELEASENOTES
parent4c4dec7202091c1e7a2d1fe8f6013bf389426727 (diff)
downloadredis-0898aa462e1eab878ae6e6abc5f9d273db8299de.tar.gz
typo fixed
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 072cab479..138bd67d5 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -25,9 +25,9 @@ WHAT'S NEW IN REDIS 2.2.x
* Sorted sets are now less memory hungry.
* 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 not splitted in many parts.
+* 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.
-Credis: Where not specified the implementation and design are done by Salvatore Sanfilippo and Pieter Noordhuis. Thanks to VMware for making all this possible. Also many thanks to all the other contributors and the amazing community we have.
+Credits: Where not specified the implementation and design are done by Salvatore Sanfilippo and Pieter Noordhuis. Thanks to VMware for making all this possible. Also many thanks to all the other contributors and the amazing community we have.