How do I get all entries out of Deno.kv
Apologies if this is covered somewhere, I have tried searching through the history.
I have the following data (see pic)
I want to get all "subscribers" so that I can list them out but I seem to be coming up short with what I am trying which is below
The only thing I can think of is that my keys are actually
Thanks in advance for any guidance / pointers on the above! Really enjoying using Deno + Fresh!
I have the following data (see pic)
I want to get all "subscribers" so that I can list them out but I seem to be coming up short with what I am trying which is below
The only thing I can think of is that my keys are actually
["subscribers","uuid" but I do not know how to get around that!Thanks in advance for any guidance / pointers on the above! Really enjoying using Deno + Fresh!

