v0.1.0
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