Skip to content

ZanRedisDB v0.9.0

Compare
Choose a tag to compare
@absolute8511 absolute8511 released this 03 Sep 08:37
· 128 commits to master since this release
  1. The rockredis support choose other key-value storage engines (currently the pebble/memory storage added for the test)
  2. add getrange/set ex nx/setifeq/delifeq command
  3. add stale read command to allow hot read from client
  4. slow limiter support pre wait on queue
  5. The cluster sync learner support enable/disable sync without a restart.
  6. support send slow log to remote
  7. merge some fix from etcd which will allow restarting on some corrupt data.
  8. make sure the TTL cleaner not too busy.