]> 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)
committerantirez <antirez@gmail.com>
Tue, 31 Jul 2012 08:58:12 +0000 (10:58 +0200)
commitf00b0844c9d825bd19597e214ef8169333684810
treecfa61ef35f8fd67a3867747280a7ee2768aca971
parent889e443ce51923704241d62daa65178c35dedbf9
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