Hi everyone, I have two Cloudflare workers deployed on my account. Can I use a shared KV between the
Hi everyone, I have two Cloudflare workers deployed on my account. Can I use a shared KV between them?
wrangler dev uses local KV namespaces by default. These can be shared with other local instances, but will not affect the KV Namespaces in the cloud--persist-to to ensure they are both pushing their data to the same directorykv:bulk put on local dev?--local to the command
The cacheTtl parameter must be an integer greater than or equal to 60, which is the default.

kv:bulk put--local