mirror of
https://github.com/redis/go-redis.git
synced 2025-07-25 08:21:55 +03:00
Retry BadConnError
This commit is contained in:
@ -86,7 +86,7 @@ func BenchmarkPoolGetRemove(b *testing.B) {
|
||||
if err != nil {
|
||||
b.Fatal(err)
|
||||
}
|
||||
connPool.Remove(cn)
|
||||
connPool.Remove(cn, nil)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user