Expand description
Interface to a traditional key-value store such as etcd. “key_value_store” spelt out because in AI land “KV” means something else.
Structs§
- Etcd
Store - File
Store - Treat as a singleton
- Key
- A key that is safe to use directly in the KV store.
- KeyValue
- KeyValue
Store Manager - Memory
Store - NATS
Store
Enums§
Traits§
- KeyValue
Bucket - An online storage for key-value config values.
- KeyValue
Store - Versioned
- A trait allowing to get/set a revision on an object. NATS uses this to ensure atomic updates.