Edge Computing with Cloudflare Workers
Catching up with Workers KV

Catching up with Workers KV

6/29/2020 · Steve Klabnik

What this post added

Introduced metadata support for Workers KV, allowing arbitrary JSON to be stored with key-value pairs and retrieved using `getWithMetadata`. This enables richer data storage, such as content types and ETags, reducing runtime computation and bundle size. Significantly improved write latency for Workers KV by adding a second source of truth in Europe, reducing the geographical distance for writes from European and nearby regions.

Read the original post ↗