Skip to content

Ardb v0.8.0

Compare
Choose a tag to compare
@yinqiwen yinqiwen released this 13 Sep 08:45
· 444 commits to master since this release

Features

  • High level cache supported for string/list/set/zset/hash.
  • Each listen adress has its own thread pool size and qps limit setting.
  • Auto compact support for leveldb/rocksdb engine.
  • Trusted IP support, which could refuse untrusted client from unknown ip.

Improve

  • Much easier to add new command & unit test case, and easier to embed it as a library into other application.
  • New internal encode/decode format, which make it not compatible with previous version.
  • Huge performance improvement for lpop/spop/lrange/lindex/lset.
  • Significant replication speed improve between Ardb instances.
  • Significant ‘GeoSearch' performance improve.
  • Use 'RocksDB' as the default storage engine.
  • More unit test case.