kasvith / kache

A simple in memory cache written using go
https://kasvith.github.io/kache
MIT License
351 stars 26 forks source link

add resp3 protocol part 2(double and big number) #79

Closed chyroc closed 6 years ago

chyroc commented 6 years ago

Pull Request for issue

76

Description

Excepted Behavior

Actual Behavior

Additional Comments

codecov[bot] commented 6 years ago

Codecov Report

Merging #79 into master will increase coverage by 0.16%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage      72%   72.16%   +0.16%     
==========================================
  Files          11       11              
  Lines         750      776      +26     
==========================================
+ Hits          540      560      +20     
- Misses        191      195       +4     
- Partials       19       21       +2
Impacted Files Coverage Δ
internal/protcl/errors.go 17.64% <66.66%> (+10.5%) :arrow_up:
internal/protcl/resp3.go 74.56% <80%> (+1.15%) :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 ea0f811...8d00139. Read the comment docs.

kasvith commented 6 years ago

tnx @Chyroc