Skip to content

Commit e6f19de

Browse files
authored
Merge pull request astaxie#948 from zhilijiqi/patch-4
Update 05.6.md
2 parents e3c52b7 + aade35f commit e6f19de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/05.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func newPool(server string) *redis.Pool {
5858
TestOnBorrow: func(c redis.Conn, t time.Time) error {
5959
_, err := c.Do("PING")
6060
return err
61-
},
61+
}
6262
}
6363
}
6464

0 commit comments

Comments
 (0)