core: add cacheflush in cli query

This commit is contained in:
Pere Diaz Bou
2024-07-25 17:47:31 +02:00
parent 845a1ea175
commit 037e260682

View File

@@ -277,5 +277,7 @@ fn query(
eprintln!("{}", err);
}
}
// for now let's cache flush always
conn.cacheflush()?;
Ok(())
}