langchain4j/langchain4j-redis
Guillaume Darmont 8168f749ec
Ensure that Redis pipelines are closed after usage (#449)
Hi !

Not closing Redis pipeline calls prevent Jedis pooled connections to be
returned in the pool, as `Pipeline` object are created for each
`addAllInternal` calls.

This change ensure that the `Pipeline` object is closed, as soon as it
is no longer required.

Hope this helps,
Guillaume
2024-01-08 12:07:10 +01:00
..
src Ensure that Redis pipelines are closed after usage (#449) 2024-01-08 12:07:10 +01:00
pom.xml updated to 0.26.0-SNAPSHOT 2023-12-22 18:08:19 +01:00