chore: Upgrade cached and use new sync_writes by_key for faster operations

This commit is contained in:
Gerald Pinder 2025-04-07 11:59:04 -04:00
parent a62b6ff43c
commit ad53cdcb8c
8 changed files with 47 additions and 12 deletions

View file

@ -254,7 +254,7 @@ impl Driver {
result = true,
key = "String",
convert = r#"{ oci_ref.to_string() }"#,
sync_writes = true
sync_writes = "by_key"
)]
fn get_version_run_image(oci_ref: &Reference) -> Result<u64> {
warn!(concat!(