go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

fix the maxActiveConns sematic

Open lawlielt opened this issue 1 year ago • 1 comments

we can get conn use the Get or NewConn method, they are all will be add to the p.conns.

the sematic of the MaxActiveConns opt is the maximum number of connections in the pool

lawlielt avatar Mar 05 '24 09:03 lawlielt