Currently using Lettuce but noticed that config properties lacks readFrom property and require code change to implement it, would be possible to externalize this in a property so we can override the default?
I currently have a redis sentinel totally configured by properties but I cannot configure read from property the same way.
Something like:
spring.redis.lettuce.config.read-from=REPLICA_PREFERRED
or
spring.redis.config.read-from=REPLICA_PREFERRED