8168f749ec
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 |
||
---|---|---|
.. | ||
src | ||
pom.xml |