Skip to content

Ardb v0.7.0

Compare
Choose a tag to compare
@yinqiwen yinqiwen released this 27 Feb 11:11
· 594 commits to master since this release

Ardb 0.7.0

Features

  • New command 'GeoAdd/GeoSearch' to store/search 2d spatial data in sorted set.
  • New command 'Cache Load/Evict' to improve 'GeoSearch' performance.
  • New redis commands 'Scan/ZScan/HSacan/SScan' supported now.

Improve

  • Many bugs fix
  • Changed string's comparator behavior, now using default string comparator(like 'strcmp') instead of previous comparator which would compare string's length first.
  • Improve keys/keyscount performance while pattern's last char is '*'
  • Upgrade dependency libraries(jemalloc,leveldb,rocksdb)