bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

Add "Set" 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 HashSet of values 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