-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
It appears that it is not that direct/trivial to override default pool config from spring data.
Using spring.data.redis.jedis.pool.* properties is not overriding default values.
One way to solve this was to use a JedisClientConfigurationBuilderCustomizer
as described here: spring-projects/spring-boot#33814
It would be nice to have some documentation/material on the alternatives / way to do such using redis-om-spring.
bsbodden
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation