mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Fix Tx pipeline hook
This commit is contained in:
@ -477,6 +477,7 @@ func (p *ConnPool) ReapStaleConns() (int, error) {
|
||||
p.connsMu.Lock()
|
||||
cn := p.reapStaleConn()
|
||||
p.connsMu.Unlock()
|
||||
|
||||
p.freeTurn()
|
||||
|
||||
if cn != nil {
|
||||
|
Reference in New Issue
Block a user