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 geohash API(#14) #28

Closed wangjian-pg closed 6 years ago

wangjian-pg commented 7 years ago

Support the redis geohash API(#14). The implementation is derived from the C code of Redis.

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.14%. The diff coverage is 49.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   51.07%   51.21%   +0.14%     
==========================================
  Files          95       99       +4     
  Lines       15367    16346     +979     
==========================================
+ Hits         7848     8371     +523     
- Misses       6229     6631     +402     
- Partials     1290     1344      +54
Impacted Files Coverage Δ
common/geohash/type.go 0% <0%> (ø)
node/node_cmd_reg.go 100% <100%> (ø) :arrow_up:
common/geohash/util.go 23.03% <23.03%> (ø)
node/geo.go 63.25% <63.25%> (ø)
common/geohash/geohash.go 83.63% <83.63%> (ø)
transport/rafthttp/peer.go 75.57% <0%> (-1.53%) :arrow_down:
transport/rafthttp/stream.go 80.13% <0%> (-1.31%) :arrow_down:
node/raft.go 40.41% <0%> (-0.13%) :arrow_down:
... and 9 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 82c3ace...7224d88. Read the comment docs.

absolute8511 commented 6 years ago

Will be merged after the next release.