#I am using redis through vercel KV

2 messages · Page 1 of 1 (latest)

light wyvern
#

I want to use this line
let check = await kv.get(name)
what if name doesn't exist, what will KV return?

light wyvern
#

Also how to search for keys given value.test1 = innervalue1 in this key, value pair

key : {test1:innervalue1, test2:innervalue2}