summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-04-27 18:10:00 +0200
committerantirez <antirez@gmail.com>2009-04-27 18:10:00 +0200
commitb8b553c84fd1d9200fc35a08b9ea42ec9dbc73ee (patch)
treed749b04294dec3ca4e87777791c520fe18678832 /Changelog
parent85dd2f3ad232725df668eb9d96553e58e45ad23f (diff)
downloadredis-b8b553c84fd1d9200fc35a08b9ea42ec9dbc73ee.tar.gz
ability to specify a different file name for the DB
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e5df8c67b..50f10d2c5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+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