Skip to content

Support for duplicate key databases (dupSort)

Choose a tag to compare

@kriszyp kriszyp released this 27 Nov 14:48
· 1648 commits to master since this release

This release includes more comprehensive support for interacting with duplicate key databases (which are enabled with dupSort flag):

  • remove/removeSync now support specifying a value as the second argument for deleting individual entries that may share a duplicate key
  • getValues(key) was added to iterate over all values of a given key
  • getKeys(rangeOptions) was added to easily iterate over all keys in a range, without returning duplicate keys