Workers KV
Store and serve data at the edge
Workers KV is a serverless key-value store that allows you to store, modify, and query data across Cloudflare's globally distributed network quickly and securely. This enables you to improve response times, enforce custom authorization, and create targeted experiences. With automatic scaling, Workers KV supports applications of any size, from dozens to millions of users.
Global Edge Storage
Low Latency Data Access
Reliable and Secure
Workers KV Overview
Serverless key-value storage for applications on Cloudflare
You can use Workers KV to:
Discover how Workers KV enables fast, secure, and scalable data storage and retrieval at the edge for various use cases.
Get Started with Workers KVEnforce Custom Authorization and Authentication
Block Malicious Actors
Improve Response Times Everywhere
Create Targeted Experiences
Store and serve data at the edge with Workers KV
Explore code examples for using Workers KV in your applications

export default { async fetch(request, env) { const userId = request.headers.get('User-ID'); const userPrefs = await env.KV.get(userId, 'json'); if (userPrefs) { // Use userPrefs to personalize content } } }
Leagued
"
Choosing Cloudflare as our serverless provider was a no-brainer. Workers KV took just 15 minutes to get up and running. The ability to quickly spin up a Worker, deploy it to production, and scale effortlessly has been invaluable. "
Compute
Storage
AI
Media
Network
SASE / Zero Trust
Costruisci senza limiti
Unisciti a migliaia di sviluppatori che hanno eliminato la complessità dell'infrastruttura e hanno distribuito globalmente con Cloudflare. Inizia a costruire gratuitamente — non è richiesta una carta di credito.