bonsaidb
bonsaidb copied to clipboard
Add "HashMap" operations to Key-Value store
Using Redis's command list for inspiration:
- Add the ability to store a HashMap of key-value pairs in a single key within the key-value store.
- Expose the functionality through the
KeyValue
trait.
Before working in-depth on this issue, please propose a hypothetical API using pseudo-code. Use the existing KeyValue
trait's API for inspiration when designing this API.