Replies: 1 comment 3 replies
-
Have you tried calling |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request
I checked lettuce-wiki but I think I couldn't find an answer for my question, so I just wanted to ask from here. I really appreciated if we can make it clear.
Is your feature request related to a problem? Please describe
So our problem is lazy connection creation in redis, in the config we set min idle connection count but it doesn't apply our min idle config. We expected to see that all idle connection must be created on application startup. But, when we run our application, only required amount of connection created between redis and our application. However, it is a problem for our use case because in our app we mostly get temporary peaks and when we have peaks lettuce try to create lots of connection and it decreases application performance. Is it possible to open all idle connections on application startup with lettuce-redis?
By the way, we don't use shared connection.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions