absolute8511 / ZanRedisDB

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

Adjust return type of command 'georadius' #33

Closed wangjian-pg closed 6 years ago

wangjian-pg commented 6 years ago

Change the hash value type from bulk to integer as redis do.

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   47.88%   47.87%   -0.01%     
==========================================
  Files         103      103              
  Lines       17642    17641       -1     
==========================================
- Hits         8447     8446       -1     
+ Misses       7816     7815       -1     
- Partials     1379     1380       +1
Impacted Files Coverage Δ
node/geo.go 63.11% <100%> (-0.14%) :arrow_down:
transport/rafthttp/stream.go 80.13% <0%> (-0.66%) :arrow_down:
transport/rafthttp/peer.go 77.09% <0%> (+1.52%) :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 42aba60...eb42868. Read the comment docs.