Doesn't attempt to create the KV stream if it doesn't exist.
An encoder/decoder for keys and values
Optional
metadata?: Record<string, string>Metadata field to store additional information about the kv. Note that
keys starting with _nats
are reserved. This feature only supported on servers
2.10.x and better.
The underlying stream name for the KV
How long to wait in milliseconds for a response from the KV
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.