1
0
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:
Vladimir Mihailenco
2019-08-13 16:53:50 +03:00
parent 75795aa423
commit 2a22983249
8 changed files with 202 additions and 35 deletions

View File

@ -85,7 +85,7 @@ func BenchmarkPoolGetRemove(b *testing.B) {
if err != nil {
b.Fatal(err)
}
connPool.Remove(cn)
connPool.Remove(cn, nil)
}
})
})