ZanRedisDB Versions Save

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.

v0.9.4

1 year ago
  • speedup and fix snapshot recovery
  • avoid leader transfer while applying the snapshot
  • avoid transfer snapshot while not in sync only mode

v0.3.2

6 years ago
  1. more configuration for rocksdb
  2. new api for range delete and range compaction
  3. optimize performance for range query.
  4. fix leader restore crash while syncing from remote cluster
  5. some fix on the cross cluster syncer.

v0.3.0

6 years ago
  1. support geohash, hyperloglog, json
  2. support rackaware
  3. support sync in async mode between data centers

v0.0.6

6 years ago

First release. Support most of the redis command: KV, HASH, LIST, SET, ZSET