I noticed when testing Redis with cluster API enabled that the number of connections was not really being enforced ( when we set the minimum equal to pool size ).
This PR addresses it.
It also includes extra comments on the connection configurations for future reference.
I noticed when testing Redis with cluster API enabled that the number of connections was not really being enforced ( when we set the minimum equal to pool size ). This PR addresses it. It also includes extra comments on the connection configurations for future reference.