gin-contrib / cache

Gin middleware/handler to enable Cache
https://gin-gonic.github.io/gin
MIT License
378 stars 96 forks source link

Fix redis serialization error #12

Closed appleboy closed 6 years ago

appleboy commented 6 years ago

fix https://github.com/gin-contrib/cache/pull/10 fix https://github.com/gin-gonic/contrib/issues/29 fix https://github.com/gin-contrib/cache/pull/4

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 57.14%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   71.79%   71.79%           
=======================================
  Files           1        1           
  Lines          78       78           
=======================================
  Hits           56       56           
  Misses         20       20           
  Partials        2        2
Impacted Files Coverage Δ
cache.go 71.79% <57.14%> (ø) :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 4573b73...a3ea4cb. Read the comment docs.