DenoDDeno
Powered by
dzhv.ioD
Denoβ€’2y agoβ€’
2 replies
dzhv.io

Is there a way to write a Deno.AtomicCheck that succeeds for any non-null versionstamp?

You can write a Deno.AtomicCheck that fails if the versionstamp for a key-value pair in the KV store does not match the given one.

You can also write a Deno.AtomicCheck with a null versionstamp that fails if any key-value pair exists in the KV store.

I need to write a Deno.AtomicCheck that fails if there is no existing key-value pair in the KV store.

Is it possible to do this?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Is there any way to pause a server on deno deploy?
beermanBbeerman / help
4y ago
Is there any way to limit write access of the `deno run` execution to its `Deno.makeTempDir` calls?
BehnamBBehnam / help
16mo ago