grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
87 stars 221 forks source link

experimental-redis: mention minIdleConns defaults #1548

Closed olegbespalov closed 6 months ago

olegbespalov commented 7 months ago

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-L113

Checklist

Related PR(s)/Issue(s)

https://github.com/grafana/xk6-redis/issues/30