What is the best way to count values with Deno.Kv?
I want to show the total values in the database. It seems that the only way is with
Probably this is not very performant if I only want to count the results. I'd like to have something like this:
kv.list() and then iterate the values.Probably this is not very performant if I only want to count the results. I'd like to have something like this:
