Merge pull request #948 from zhilijiqi/patch-4

Update 05.6.md
This commit is contained in:
astaxie
2018-02-24 21:09:01 +08:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ func newPool(server string) *redis.Pool {
TestOnBorrow: func(c redis.Conn, t time.Time) error {
_, err := c.Do("PING")
return err
},
}
}
}