Replies: 1 comment
-
@vladvildanov Would you mind having a look at this proposal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the sentinel client will reuse options from the failover options. It will cause too many connected connections in the sentinel as well if we want to keep more idle connections in the Redis instance by increasing the
MiniIdleConns
.It would be great if we could allow to overwrite the sentinel options, and I will be happy to submit a PR to resolve this if this sounds good to you.
Refer: https://github.com/redis/go-redis/blob/master/sentinel.go#L127
Beta Was this translation helpful? Give feedback.
All reactions