Module nats::kv

source ·
Available on crate feature unstable only.
Expand description

Support for Key Value Store. This feature is experimental and the API may change.

Structs

Represents status information about a key value store bucket
Configuration values for key value stores.
An entry in a key-value bucket.
An iterator used to iterate through the history of a bucket.
An iterator used to iterate through the keys of a bucket.
A key value store
An iterator used to watch changes in a bucket.

Enums

Describes what kind of operation and entry represents