Heating pool before run application
Author: oleglactoCreated Sep 26, 2024Updated Sep 26, 2024
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: https://github.com/gomodule/redigo/pull/674
Source: gomodule/redigo