redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
568 stars 89 forks source link

Add guidance for connection Pool #217

Open pierrelambert opened 1 year ago

pierrelambert commented 1 year ago

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: https://github.com/spring-projects/spring-boot/issues/33814

It would be nice to have some documentation/material on the alternatives / way to do such using redis-om-spring.

bsbodden commented 1 year ago

@maorohana-redis can you take on this?

pierrelambert commented 1 year ago

any update ?