getMany
The `getMany` method was missing from the implementation of the `Deno.Kv` class. This patch fixes it.
This reverts commit 50b793c9ed.
50b793c9ed
This commit adds unstable "Deno.openKv()" API that allows to open a key-value database at a specified path. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>