youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
388 stars 60 forks source link

Improve raft perf and optimize batch write and support revscan #42

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.73%. The diff coverage is 63.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   43.92%   44.65%   +0.73%     
==========================================
  Files         151      152       +1     
  Lines       23497    23772     +275     
==========================================
+ Hits        10320    10615     +295     
+ Misses      11496    11438      -58     
- Partials     1681     1719      +38
Impacted Files Coverage Δ
server/redis_api.go 48.75% <ø> (ø) :arrow_up:
rockredis/t_hll.go 75.07% <ø> (ø) :arrow_up:
rockredis/rockredis.go 31.99% <ø> (ø) :arrow_up:
node/syncer_learner.go 0% <0%> (ø) :arrow_up:
node/remote_sync_mgr.go 1.8% <0%> (-0.03%) :arrow_down:
common/util.go 4.95% <0%> (-1.11%) :arrow_down:
node/node_cmd_reg.go 99% <100%> (+0.02%) :arrow_up:
raft/node.go 69.31% <100%> (ø) :arrow_up:
rockredis/t_hash.go 59.58% <100%> (ø) :arrow_up:
rockredis/index_mgr.go 61.07% <100%> (ø) :arrow_up:
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c30943a...a41779e. Read the comment docs.