summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-04-27 17:50:26 +0200
committerantirez <antirez@gmail.com>2009-04-27 17:50:26 +0200
commitd68ed1201a8c29d98d63f206946de037b6c5b29d (patch)
tree26943c7e42745bcb7d59a8658b09a096be28c8ba /Changelog
parentf5785ae997611ac2fc628b6ad2d437a79530f7d6 (diff)
downloadredis-d68ed1201a8c29d98d63f206946de037b6c5b29d.tar.gz
INCRBY/DECRBY now support 64bit increments, with tests
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e470cd07a..e5df8c67b 100644
--- 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