Some random Workers KV questions

  1. In @pmeenan’s WordPress caching/etc. script, it uses the EDGE_CACHE variable in KV for caching a resource with a serial number. Now that Workers supports Multi Scripts, can I use the same script with EDGE_CACHE bound to a single name space for multiple sites? I suspect the answer is “yes” because I expect that the resource is cached with the full URL.
  2. Is there a way to browse a namespace?
  3. Is there a way to preload KV with, for example, images stored as Data?

I use the CF web API via curl.

Same, use curl to PUT the values

Ah, that’s pretty straightforward. Thanks! That should help me answer Question #1 by looking at what’s in there.