mirror of
https://github.com/redis/go-redis.git
synced 2025-08-08 23:42:06 +03:00
Simplify resubscribing in PubSub.
This commit is contained in:
@@ -516,7 +516,7 @@ func (c *ClusterClient) pipelineExec(cmds []Cmder) error {
|
||||
}
|
||||
}
|
||||
|
||||
cn, err := node.Client.conn()
|
||||
cn, _, err := node.Client.conn()
|
||||
if err != nil {
|
||||
setCmdsErr(cmds, err)
|
||||
setRetErr(err)
|
||||
|
Reference in New Issue
Block a user