bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

Add "HashMap" operations to Key-Value store

Open ecton opened this issue 3 years ago • 0 comments

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.

ecton avatar Jan 13 '22 14:01 ecton