wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

Grow connection pool up to keepAlive setting #14

Closed deepix closed 7 years ago

deepix commented 7 years ago

When obtaining a connection, if we are below the keepAlive threshold, create a new connection instead of reusing existing ones.

deepix commented 7 years ago

Please ignore this PR, the current code is good.