Skip to main content

Module kv

Module kv 

Source
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§

EtcdStore
FileStore
Treat as a singleton
Key
String we use as the Key in a key-value storage operation. Simple String wrapper that can encode / decode a string.
KeyValue
Manager
MemoryStore
NATSStore

Enums§

Selector
StoreError
StoreOutcome
WatchEvent

Traits§

Bucket
An online storage for key-value config values.
Store
Versioned
A trait allowing to get/set a revision on an object. NATS uses this to ensure atomic updates.