1
0
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:
Vladimir Mihailenco
2020-09-05 11:34:37 +03:00
parent fe55405454
commit a722cde148
3 changed files with 5 additions and 57 deletions

View File

@ -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
})