bonsaidb
bonsaidb copied to clipboard
Add "Set" Operations to Key-Value Store
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.