Yes. KV is really meant to be used with Workers. In the event you don’t want your program logic on W

Yes. KV is really meant to be used with Workers. In the event you don’t want your program logic on Workers, I would still recommend using a Worker to do the actual reads/writes against KV, as it should be a lot more performant than using the default HTTP API
Was this page helpful?