You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.check({ key,exists: true})// and then we also support.check({ key,exists: false})// same as .check({ key, versionstamp: null })
The text was updated successfully, but these errors were encountered:
lucacasonato
changed the title
KV: atomic operation check to check if _any_ versionstamp is set
KV: atomic operation check to check if key exists
May 7, 2023
Right now to check whether a given key exists, you have to do:
It would be great if you could do:
Alternative API ideas:
The text was updated successfully, but these errors were encountered: