chg: [pibs] dump table when redis list is processed

master
Gerard Wagener 2019-02-11 16:31:52 +01:00
parent 21047bf2ee
commit be19f843e8
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ int main(int argc, char* argv[])
}
if (pibs->should_dump_table){
pibs_dump_raw(pibs);
pibs_dump_raw(pibs);
}
if (pibs->show_stats){
pibs_dump_stats(pibs);