pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
602 stars 244 forks source link

Updated cluster connection options to enforce the connection size settings #272

Closed filipecosta90 closed 1 year ago

filipecosta90 commented 1 year ago

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.