Skip to content

v0.1.0

Compare
Choose a tag to compare
@TLINDEN TLINDEN released this 30 Dec 11:45
· 26 commits to main since this release
675d10d

What's Changed

  • Use protobuf for internal data storage instead of json for better performance with large datasets in #10
  • also changed internal data structure: meta data and the actual values are stored in separate sub buckets, so a search or list doesn't retrieve all the values, this changes also makes it easier to implement the planned prefix search
  • list command: Only search through keys by default, for full text search, use the -s option

Full Changelog: v0.0.7...v0.1.0