mirror of
https://github.com/redis/go-redis.git
synced 2025-08-07 12:42:55 +03:00
Cleanup
This commit is contained in:
@@ -1445,7 +1445,7 @@ func (c *ClusterClient) pubSub() *PubSub {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
cn, err := node.Client.newConn()
|
||||
cn, err := node.Client.newConn(context.TODO())
|
||||
if err != nil {
|
||||
node = nil
|
||||
|
||||
|
Reference in New Issue
Block a user