spring-data-redis
spring-data-redis copied to clipboard
Clean up Jedis/Lettuce connection factory defaults. [DATAREDIS-807]
Christoph Strobl opened DATAREDIS-807 and commented
With DATAREDIS-762 we introduced RedisConfiguration
which allows allows to move over setup scenario specifics so we do not need to hold different configuration variables. Still we can improve by changing the defaults to allow more ideomatic usage of newly introduced methods like getDatabaseOrElse
Issue Links:
- DATAREDIS-930 LettuceConnectionFactory.getPort() considers only StandaloneConfiguration