Hi, we are using KV for caching image blobs. Once in a while we experience that the data we stored i

Hi, we are using KV for caching image blobs. Once in a while we experience that the data we stored in KV is corrupt. We are trying to figure out if that happens before or during saving the data in KV - Unlike R2 we cannot provide a checksum when writing to KV so we are wondering if KV does some sort of integrity check under the hood? Is it possible that data could be written “half way” and get corrupted if the writing worker crashes or similar?
Was this page helpful?