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§
- Config
- Configuration values for key value stores.
- Entry
- An entry in a key-value bucket.
- History
- A structure representing the history of a key-value bucket, yielding past values.
- Keys
- Parse
Operation Error - Store
- A struct used as a handle for the bucket.
- Watch
- A structure representing a watch on a key-value bucket, yielding values whenever there are changes.
Enums§
- Create
Error Kind - Entry
Error Kind - Operation
- Describes what kind of operation and entry represents
- PutError
Kind - Status
Error Kind - Update
Error Kind - Watch
Error Kind - Watcher
Error Kind