Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guidance for connection Pool #217

Open
pierrelambert opened this issue Mar 22, 2023 · 2 comments
Open

Add guidance for connection Pool #217

pierrelambert opened this issue Mar 22, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@pierrelambert
Copy link

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 bsbodden added the documentation Improvements or additions to documentation label Mar 30, 2023
@bsbodden
Copy link
Contributor

@maorohana-redis can you take on this?

@pierrelambert
Copy link
Author

any update ?

@bsbodden bsbodden assigned bsbodden and unassigned maorohana-redis May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants