mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Port SingleConnPool fix to v6
This commit is contained in:
@ -85,7 +85,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