log
Some checks failed
deploy / deploy (push) Failing after 3m30s

This commit is contained in:
2024-10-22 12:36:59 +03:00
parent 5784fb2283
commit cf28f21351
3 changed files with 5 additions and 3 deletions

View File

@@ -99,8 +99,10 @@ impl AppState {
let _: () = redis
.hset(PATH_MAPPING_KEY, filekey, filepath)
.await
.expect("Failed to cache file in Redis");
.expect(&format!("Failed to cache file {} in Redis", filekey));
}
info!("cached {} files", filekeyed_list.len());
}
/// Получает кэшированный список файлов из Redis.