Module async_nats::jetstream::kv
source · Expand description
A Key-Value store built on top of JetStream, allowing you to store and retrieve data using simple key-value pairs.
Modules§
Structs§
- Configuration values for key value stores.
- An entry in a key-value bucket.
- A structure representing the history of a key-value bucket, yielding past values.
- A struct used as a handle for the bucket.
- A structure representing a watch on a key-value bucket, yielding values whenever there are changes.
Enums§
- Describes what kind of operation and entry represents