Heating pool before run application
Open
- Dominant language
- Go
- Stars
- 9.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.