gin-contrib / cache

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

fix: redis dial timeout #95

Closed rfyiamcool closed 9 months ago

rfyiamcool commented 9 months ago

summary

  1. add default dial timeout.
  2. don't need check connection every time, we can run health-check every 30 seconds.