diff options
author | antirez <antirez@gmail.com> | 2009-04-27 18:10:00 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-04-27 18:10:00 +0200 |
commit | b8b553c84fd1d9200fc35a08b9ea42ec9dbc73ee (patch) | |
tree | d749b04294dec3ca4e87777791c520fe18678832 /Changelog | |
parent | 85dd2f3ad232725df668eb9d96553e58e45ad23f (diff) | |
download | redis-b8b553c84fd1d9200fc35a08b9ea42ec9dbc73ee.tar.gz |
ability to specify a different file name for the DB
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |