What if I want to interact with a kv

What if I want to interact with a kv namespace within a container? Using the rest API doesn't seem to be the most optimal solution
2 Replies
Mike Nomitch
Mike Nomitch2mo ago
Step one is that: we plan to have a container-to-worker fetch handler. Where you can set a hostname in your container, and then handle that in Workers-land. And you could just call KV that way. - And might even just have it mount the KV API at that hostname if you specify KV. But... not out yet. So you'll prob have to call back to your Worker via the http front door.
BigFungus
BigFungusOP5w ago
That sounds like a nice feature

Did you find this page helpful?