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
The configuration value from RedisClusterConfiguration.maxRedirects is not applied to Lettuce. Lettuce uses ClusterClientOptions to transport maxRedirects. We're creating already a ClientOptions object in LettuceClientConfigurationBuilder.
We need to copy over settings to ClusterClientOptions and apply maxRedirects
Mark Paluch opened DATAREDIS-949 and commented
The configuration value from
RedisClusterConfiguration.maxRedirects
is not applied to Lettuce. Lettuce usesClusterClientOptions
to transport maxRedirects. We're creating already aClientOptions
object inLettuceClientConfigurationBuilder
.We need to copy over settings to
ClusterClientOptions
and applymaxRedirects
Affects: 2.0.13 (Kay SR13), 2.2 M2 (Moore), 2.1.5 (Lovelace SR5)
Reference URL: spring-projects/spring-boot#16271
Referenced from: pull request #417, and commits a0e3dca, 9ce10bb, 50818fb, ba53050, 2cb3e05, c632b69
Backported to: 2.1.6 (Lovelace SR6)
The text was updated successfully, but these errors were encountered: