Why periodicRefreshEnabled defaults to False? #2081
yuandongjian
started this conversation in
General
Replies: 1 comment
-
There's no good default for periodic refreshes. Typically, adaptive refresh is the better strategy but it always depends on the actual environment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
My Redis Cluster went down a node, but it quickly picked the master. If periodicRefreshEnabled is not enabled, the Lettuce command will always timeout unless the service is restarted.
so, I wonder why periodicRefreshEnabled is false by default?
Beta Was this translation helpful? Give feedback.
All reactions