1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

fix: put back option in pool creation

This commit is contained in:
Nedyalko Dyakov 2025-03-24 18:10:47 +02:00
parent d3a25f9626
commit 7f5d87b038
No known key found for this signature in database
GPG Key ID: 5571106A08EA25A3

View File

@ -582,6 +582,7 @@ func newConnPool(
PoolFIFO: opt.PoolFIFO,
PoolSize: opt.PoolSize,
PoolTimeout: opt.PoolTimeout,
DialTimeout: opt.DialTimeout,
MinIdleConns: opt.MinIdleConns,
MaxIdleConns: opt.MaxIdleConns,
MaxActiveConns: opt.MaxActiveConns,