youzan / ZanRedisDB

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

Getset support #18

Closed absolute8511 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.03%. The diff coverage is 23.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   44.26%   44.22%   -0.04%     
==========================================
  Files         149      149              
  Lines       22359    22397      +38     
==========================================
+ Hits         9898     9906       +8     
- Misses      10806    10831      +25     
- Partials     1655     1660       +5
Impacted Files Coverage Δ
node/secondary_index.go 0% <ø> (ø) :arrow_up:
node/multi.go 0% <ø> (ø) :arrow_up:
node/zset.go 43.46% <ø> (ø) :arrow_up:
node/hash.go 66.66% <ø> (ø) :arrow_up:
node/scan.go 49.34% <ø> (ø) :arrow_up:
rockredis/t_kv.go 53.27% <0%> (-2.39%) :arrow_down:
rockredis/rockredis.go 35.34% <0%> (-0.15%) :arrow_down:
node/node_cmd_reg.go 98.97% <100%> (+0.01%) :arrow_up:
node/keys.go 49.12% <46.15%> (-0.25%) :arrow_down:
pkg/fileutil/purge.go 68.42% <0%> (-7.9%) :arrow_down:
... and 5 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 bd6114b...75aaefd. Read the comment docs.