interface KvOptions
implements KvLimits
import { type KvOptions } from "https://deno.land/x/natsws@v1.29.2/src/mod.ts";
Properties
codec: KvCodecs
An encoder/decoder for keys and values
If true and on a recent server, changes the way the KV retrieves values. This option is significantly faster, but has the possibility of inconsistency during a read.