mirror of https://github.com/go-redis/redis.git
pipelineReadCmds always retry=true, maybe bug
This commit is contained in:
parent
7475b2fb0a
commit
d910e51498
2
redis.go
2
redis.go
|
@ -205,7 +205,7 @@ func pipelineReadCmds(cn *pool.Conn, cmds []Cmder) (retry bool, firstErr error)
|
||||||
firstErr = err
|
firstErr = err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false, firstErr
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *baseClient) txPipelineProcessCmds(cn *pool.Conn, cmds []Cmder) (bool, error) {
|
func (c *baseClient) txPipelineProcessCmds(cn *pool.Conn, cmds []Cmder) (bool, error) {
|
||||||
|
|
Loading…
Reference in New Issue