Skip to content

The Right Key To Unlock Your Door

Compare
Choose a tag to compare
@mergesort mergesort released this 23 Oct 01:49
· 15 commits to main since this release

This release improves Bodega's API with fixes (#27) and improvements (#25) courtesy of @dannynorth, thank you!

The changes are:

  • A new keysExist function that more efficiently searches for and filters existing keys in a StorageEngine.
  • Fixes the readDataAndKeys function to always return the correct data and keys. Previously if the readDataAndKeys function was provided an invalid key in the keys array incorrect values would be returned after the invalid key index.