-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or requestkey-valueIssues impacting the key-value storeIssues impacting the key-value store
Milestone
Description
Using Redis's command list for inspiration:
- Add the ability to store a BTreeMap of values, ordered by a score, in a single key within the key-value store. Redis uses an f64, but that feels inexact to me. Instead, I would prefer any
Ord + Serializetype to work. - Expose the functionality through the
KeyValuetrait.
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestkey-valueIssues impacting the key-value storeIssues impacting the key-value store
Type
Projects
Status
Todo