Hi, team. I use spring-data-redis with lettuce and I want to set testOnBorrow in GenericObjectPoolConfig, but I can't find how to set. Is there a way to set testOnBorrow in GenericObjectPoolConfig or can you expose more parameters to the public with RedisProperties?
The LettuceClientConfigurationBuilderCustomizer can set poolConfig but I can only set a new poolConfig to replace the old. This will lead to the poolConfig which has already set to be covered, it is unacceptable
Spring Boot:3.0.2 Spring Data Redis:3.0.1
Comment From: wilkinsona
Thanks for the suggestion. We've had a similar request for Jedis: #33814. Things are slightly better on the Jedis side as the pool config can be retrieved from the builder and mutated.