absolute8511 / ZanRedisDB

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

Support spop #49

Closed absolute8511 closed 6 years ago

absolute8511 commented 6 years ago

spop support and fix hscan returns.

codecov[bot] commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.01%. The diff coverage is 39.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   44.56%   44.58%   +0.01%     
==========================================
  Files         149      149              
  Lines       21796    21856      +60     
==========================================
+ Hits         9714     9744      +30     
- Misses      10479    10501      +22     
- Partials     1603     1611       +8
Impacted Files Coverage Δ
rockredis/scan.go 23.77% <0%> (-0.1%) :arrow_down:
node/node_cmd_reg.go 98.93% <100%> (+0.01%) :arrow_up:
node/set.go 40.42% <26.08%> (-13.75%) :arrow_down:
rockredis/t_set.go 57% <81.81%> (+0.77%) :arrow_up:
node/ttl.go 35.15% <0%> (ø) :arrow_up:
node/raft.go 36.06% <0%> (+0.27%) :arrow_up:
transport/rafthttp/stream.go 80.13% <0%> (+1.62%) :arrow_up:

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 b85f64a...ae9f56a. Read the comment docs.