mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Add golangci-lint
This commit is contained in:
@ -447,7 +447,7 @@ func (p *ConnPool) ReapStaleConns() (int, error) {
|
||||
p.freeTurn()
|
||||
|
||||
if cn != nil {
|
||||
p.closeConn(cn)
|
||||
_ = p.closeConn(cn)
|
||||
n++
|
||||
} else {
|
||||
break
|
||||
|
Reference in New Issue
Block a user