summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-12-15 18:10:15 +0100
committerantirez <antirez@gmail.com>2010-12-15 18:10:15 +0100
commit076ff11c0610b0e8ba5cf9a87d8b9f69475423d0 (patch)
tree01ea10faf3d89e993cb8003e6e51fa8d8880d5b5
parent6418b4c790adc1373cea9e4e3342982e9a209505 (diff)
downloadredis-076ff11c0610b0e8ba5cf9a87d8b9f69475423d0.tar.gz
fixed typo in release notes
-rw-r--r--00-RELEASENOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index bca37d5f0..2e38be5b3 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -26,7 +26,7 @@ WHAT'S NEW IN REDIS 2.2.x
* BRPOPLPUSH (Thanks to Michel Martens and Damian Janowski)
* Much more interesting informations in the INFO output.
* 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.
* 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.