mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add dump support
This commit is contained in:
parent
5a83cecb0f
commit
13e9b4c2e5
7 changed files with 63 additions and 7 deletions
|
@ -412,6 +412,8 @@ pub(crate) mod test {
|
|||
}
|
||||
keys.flush().unwrap();
|
||||
|
||||
// ========== TODO: create features here
|
||||
|
||||
// create the dump
|
||||
let mut file = tempfile::tempfile().unwrap();
|
||||
dump.persist_to(&mut file).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue