youzan / ZanRedisDB

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

add new bitmap to optimize the bit command #55

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.33%. The diff coverage is 65.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   44.65%   44.98%   +0.33%     
==========================================
  Files         157      159       +2     
  Lines       24525    24757     +232     
==========================================
+ Hits        10952    11138     +186     
- Misses      11853    11882      +29     
- Partials     1720     1737      +17
Impacted Files Coverage Δ
rockredis/t_zset.go 49.52% <0%> (+0.13%) :arrow_up:
rockredis/t_set.go 57.75% <0%> (+0.47%) :arrow_up:
rockredis/t_hash.go 57.72% <0%> (+0.29%) :arrow_up:
node/keys.go 42.59% <100%> (+1.23%) :arrow_up:
rockredis/t_kv.go 53.31% <100%> (+1.92%) :arrow_up:
rockredis/const.go 33.33% <33.33%> (ø)
node/raft.go 37.46% <50%> (+0.06%) :arrow_up:
rockredis/t_bitmap.go 70.41% <70.41%> (ø)
node/json.go 42.85% <0%> (-8.93%) :arrow_down:
node/zset.go 41.16% <0%> (-0.83%) :arrow_down:
... and 12 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 b839260...e8700d0. Read the comment docs.