
Create a global, low-latency, key-value data storage for dynamic and performant applications.
Visit WebsitePros
Cons
Cloudflare KV offers a generous free tier with optional paid upgrades for advanced features.
No reviews yet. Be the first to review Cloudflare KV!
Cloudflare Workers KV is an eventually consistent key-value data store that caches on the Cloudflare global network. It's designed for storing and retrieving data globally with low latency, especially for high volumes of reads.
Cloudflare KV is included in both Free and Paid Workers plans. The Paid plan offers higher limits for keys read (10 million/month), keys written (1 million/month), keys deleted (1 million/month), list requests (1 million/month), and stored data (1 GB, with additional GBs at $0.50/GB-month). Exceeding these limits incurs additional charges.
Yes, Cloudflare KV has a free tier included with the Workers Free plan. This free tier includes 100,000 keys read/day, 1,000 keys written/day, 1,000 keys deleted/day, 1,000 list requests/day, and 1 GB of stored data.
Cloudflare KV is for developers building dynamic and performant APIs and websites that require global, low-latency access to data. It's ideal for use cases like caching API responses, storing user configurations/preferences, managing user authentication details, and storing session data or credentials.
Source: developers.cloudflare.com