pub fn run_export(
client: &mut RespClient,
prefix: Option<&[u8]>,
out_path: &Path,
) -> Result<Export>Expand description
Walk the keyspace (optionally under prefix) and write rebuild
frames to out_path, reporting both what went in and what could
not.