chg: [pibs] dump table when redis list is processed
parent
21047bf2ee
commit
be19f843e8
|
@ -514,6 +514,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
if (pibs->should_dump_table){
|
if (pibs->should_dump_table){
|
||||||
pibs_dump_raw(pibs);
|
pibs_dump_raw(pibs);
|
||||||
|
pibs_dump_raw(pibs);
|
||||||
}
|
}
|
||||||
if (pibs->show_stats){
|
if (pibs->show_stats){
|
||||||
pibs_dump_stats(pibs);
|
pibs_dump_stats(pibs);
|
||||||
|
|
Loading…
Reference in New Issue