jsJ
Deno2y ago
2 replies
js

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?
Was this page helpful?