]> git.saurik.com Git - redis.git/blobdiff - Changelog
print bytes used at exit on SHUTDOWN
[redis.git] / Changelog
index e5df8c67bb99a1bc890d72bdac18dd5038a7a4a3..ee11a10a4d5dfda274f816302f8ef80cc314256f 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2009-04-28 less CPU usage in command parsing, case insensitive config directives
+2009-04-28 GETSET command doc added
+2009-04-28 GETSET tests
+2009-04-28 GETSET implemented
+2009-04-27 ability to specify a different file name for the DB
+2009-04-27 log file parsing code improved a bit
+2009-04-27 bgsave_in_progress field in INFO output
+2009-04-27 INCRBY/DECRBY now support 64bit increments, with tests
 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