Closed olegbespalov closed 6 months ago
During the https://github.com/grafana/xk6-redis/issues/30 triage our user pointed out that we don't mention a default value of the minIdleConns. This PR is fixing this based on the https://github.com/redis/go-redis/blob/6833d2f8e18bf050d3d34a3a2bd9881a4de1525c/options.go#L110-L113
minIdleConns
npm start
docs/sources/next
docs/sources/v{most_recent_release}
https://github.com/grafana/xk6-redis/issues/30
What?
During the https://github.com/grafana/xk6-redis/issues/30 triage our user pointed out that we don't mention a default value of the
minIdleConns
. This PR is fixing this based on the https://github.com/redis/go-redis/blob/6833d2f8e18bf050d3d34a3a2bd9881a4de1525c/options.go#L110-L113Checklist
npm start
command locally and verified that the changes look good.docs/sources/next
folder of the documentation.docs/sources/v{most_recent_release}
folder of the documentation.Related PR(s)/Issue(s)
https://github.com/grafana/xk6-redis/issues/30