Key Value streams

Low level APIs for manipulating KV buckets. See JetDict for interface conforming to Base.AbstractDict.

Management

Manipulating items

NATS.JetStream.keyvalue_putFunction
keyvalue_put(connection, bucket, key, value)
keyvalue_put(connection, bucket, key, value, revision)

Put a value to KV stream.

source

Watching changes