Using Deno.KV twice
I want to use Deno.kv twice. One in local memory and 1 persistent in database shared across multiple instances.
Is that a good idea? And to do that, should I open two instances of Deno.openKv() in my app?
Is that a good idea? And to do that, should I open two instances of Deno.openKv() in my app?
