]> git.saurik.com Git - redis.git/commit
New in INFO: aof_last_bgrewrite_status
authorSaj Goonatilleke <sg@redu.cx>
Tue, 17 Jul 2012 02:06:53 +0000 (12:06 +1000)
committerSaj Goonatilleke <sg@redu.cx>
Tue, 17 Jul 2012 23:54:55 +0000 (09:54 +1000)
commit48553a29e8c56fcc21f77b284a4d3a3448a75e1e
tree44bb883236f013deceea554ef85ecad829e62161
parenta2db8e4801968c5a5a163390aec17027810bae38
New in INFO: aof_last_bgrewrite_status

Behaves like rdb_last_bgsave_status -- even down to reporting 'ok' when
no rewrite has been done yet.  (You might want to check that
aof_last_rewrite_time_sec is not -1.)
src/aof.c
src/redis.c
src/redis.h