Hello! We have a problem. When we run our application, we got errors due to the connection being created at the time the redis-command is executed. Our redis has TLS enabled and connections are quite slow. We would like to heat the pool until the moment when the application will use it for requests.
I made pull request to solve this problem: #674