]> git.saurik.com Git - redis.git/blobdiff - Changelog
INCRBY/DECRBY now support 64bit increments, with tests
[redis.git] / Changelog
index e470cd07a1a25158adeabd095697c6991f708e7b..e5df8c67bb99a1bc890d72bdac18dd5038a7a4a3 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+2009-04-23 RANDOMKEY regression test added
+2009-04-23 dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore
 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