@@ -112,6 +112,8 @@ func isBadConn(err error, allowTimeout bool, addr string) bool {
return false
case context.Canceled, context.DeadlineExceeded:
return true
case pool.ErrConnUnusableTimeout:
}
if isRedisError(err) {
The note is not visible to the blocked user.