mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Remove ClusterClient failover tests
This commit is contained in:
@ -254,7 +254,7 @@ func newConnPool(opt *Options) *pool.ConnPool {
|
||||
)
|
||||
conn, err = opt.Dialer(ctx, opt.Network, opt.Addr)
|
||||
if err != nil {
|
||||
internal.RecordError(ctx, err)
|
||||
_ = internal.RecordError(ctx, err)
|
||||
}
|
||||
return err
|
||||
})
|
||||
|
Reference in New Issue
Block a user