You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: