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
- String we use as the Key in a key-value storage operation. Simple String wrapper that can encode / decode a string.
- KeyValue
- Manager
- Memory
Store - NATS
Store