youzan / ZanRedisDB

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

Optimize latency for set and zset #63

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.16%. The diff coverage is 35.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   46.29%   46.45%   +0.16%     
==========================================
  Files         159      159              
  Lines       25262    25277      +15     
==========================================
+ Hits        11694    11742      +48     
+ Misses      11764    11715      -49     
- Partials     1804     1820      +16     
Impacted Files Coverage Δ
node/namespace.go 37.50% <0.00%> (ø)
node/node.go 31.42% <0.00%> (ø)
node/raft.go 39.92% <0.00%> (ø)
node/state_machine.go 26.44% <0.00%> (-1.05%) :arrow_down:
node/syncer_learner.go 0.00% <0.00%> (ø)
rockredis/scan.go 58.45% <ø> (ø)
rockredis/t_hash.go 60.58% <ø> (ø)
rockredis/t_list.go 47.61% <ø> (ø)
server/grpc_api.go 54.54% <ø> (+1.04%) :arrow_up:
server/httpapi.go 25.98% <0.00%> (-0.18%) :arrow_down:
... and 11 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 afa156c...5f69e8b. Read the comment docs.