Skip to main content
Deno.KvConsistencyLevel - Deno documentation
type alias Deno.KvConsistencyLevel
Unstable
Consistency level of a KV operation. - `strong` - This operation must be strongly-consistent. - `eventual` - Eventually-consistent behavior is allowed.

Definition

"strong" | "eventual"