Skip to content

v1.3

Compare
Choose a tag to compare
@alash3al alash3al released this 18 Dec 22:40
· 158 commits to master since this release

Release notes

  • Restructured the storage directory to be suffixed with the db engine used
  • HDEL now supports removing the HMAP itself i.e hdel mymap
  • LREM now supports removing the List itself i.e lrem mylist
  • Optimized BadgerDB memory usage by enabling memory-mapping for LSM tree and FileIO in ValueLogs.

TODOs

  • GIS Commands
  • PubSub Commands
  • Aggregations ?
  • Document/JSON Commands ?