The entry point to creating new KV instances.
Creates an instance of the Kv that allows you to create and access KV stores. Note that if the argument is a NatsConnection, default JetStream Options are used. If you want to set some options, please provide a JetStreamClient instead.
Creates and opens the specified KV. If the KV already exists, it opens the existing KV.
Lists all available KVs
Open to the specified KV. If the KV doesn't exist, this API will fail.
The entry point to creating new KV instances.