crypto.randomUUID(), or maybe I'm overthinking thisexpirationTtl works by setting it's value to 70 (seconds).expiration: 1716649322 on KV.list() response which is 18:02 (8 minutes ago).cacheTtl.
env.KV.list({ prefix: key, limit: 1 })Data must be read from the nearest regional tier, followed by a central tier, degrading finally to the central store for a truly cold global read
crypto.randomUUID()expirationTtlexpiration: 1716649322KV.list()cacheTtlenv.KV.list({ prefix: key, limit: 1 }) await c.env.KV_CAMPAIGN.put(campaign.id, JSON.stringify({
...campaign
}));
const kv = await c.env.KV_CAMPAIGN.get(campaign.id)
console.log("UPDATED KV",kv)(new Blob([{ question: "is this correct way to measure if I fit in 1024bytes for KV metadata?" }])).size