mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Close connection on network timeout.
This commit is contained in:
@ -79,7 +79,7 @@ func (pipe *ClusterPipeline) Exec() (cmds []Cmder, retErr error) {
|
||||
if err != nil {
|
||||
retErr = err
|
||||
}
|
||||
client.putConn(cn, err)
|
||||
client.putConn(cn, err, false)
|
||||
}
|
||||
|
||||
cmdsMap = failedCmds
|
||||
|
Reference in New Issue
Block a user