]> git.saurik.com Git - redis.git/blobdiff - Changelog
dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore
[redis.git] / Changelog
index c89b62780642fe2bf4ed585fa981f710c43fe4c9..e470cd07a1a25158adeabd095697c6991f708e7b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+2009-04-22 FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the number of elements removed, that will probably trigger a background saving operation
+2009-04-21 forgot to comment testing code in PHP lib. Now it is ok
+2009-04-21 PHP client ported to PHP5 and fixed
+2009-04-21 doc update
+2009-04-20 Non blocking replication (finally!). C-side linked lists API improved.
+2009-04-19 SUNION, SUNIONSTORE, Initial work on non blocking replication
+2009-04-10 Redis 0.091 released
+2009-04-10 SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just like empty sets
+2009-04-09 doc changes
+2009-04-08 TODO changes, minor change to default redis.conf
+2009-04-08 html doc updated
+2009-04-08 library clients update scripts
+2009-04-08 Ruby client updated
+2009-04-08 Lua client updated
+2009-04-08 Changelog updated
 2009-04-08 Merge git://github.com/ludoo/redis
 2009-04-08 add expire command to the php lib
 2009-04-08 fix decode bug, add flush and info commands