diff options
author | antirez <antirez@gmail.com> | 2009-04-27 17:50:26 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-04-27 17:50:26 +0200 |
commit | d68ed1201a8c29d98d63f206946de037b6c5b29d (patch) | |
tree | 26943c7e42745bcb7d59a8658b09a096be28c8ba /Changelog | |
parent | f5785ae997611ac2fc628b6ad2d437a79530f7d6 (diff) | |
download | redis-d68ed1201a8c29d98d63f206946de037b6c5b29d.tar.gz |
INCRBY/DECRBY now support 64bit increments, with tests
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |