Workers KV is a “global, low-latency, key-value data store” for serverless applications hosted on Cloudflare’s Workers platform. KV can be accessed from the command line withwrangler, from RESTful APIs, or from Workers. Using KV from Workers generally yields the best performance. …