blastrain / rapidash

Go package for database record or other data caching
MIT License
81 stars 9 forks source link

Add patch msgpack #31

Closed kanataxa closed 4 years ago

kanataxa commented 4 years ago

if occurred error when decode content.Value stored in cache_server, position information of bufio.Reader in msgpack.Decoder is incorrect hold. So, reset this pos info each time by bufio.Reader.Reset().

codecov-io commented 4 years ago

Codecov Report

Merging #31 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   71.38%   71.39%   +<.01%     
==========================================
  Files          21       21              
  Lines        8737     8739       +2     
==========================================
+ Hits         6237     6239       +2     
  Misses       1775     1775              
  Partials      725      725
Impacted Files Coverage Δ
decoder.go 75.86% <100%> (+0.28%) :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 143f844...b3732f9. Read the comment docs.

goccy commented 4 years ago

LGTM 👍