-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.0.13 (Kay SR13), 2.2 M2 (Moore), 2.1.5 (Lovelace SR5)
-
Fix Version/s: 2.1.6 (Lovelace SR6), 2.2 M3 (Moore)
-
Component/s: Core, Lettuce Driver
-
Labels:None
-
Reference URL:
-
Pull Request URL:
-
Sprint:Lovelace SR1
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.