Thank you for your answer.
I was not using pipelines - but I was going through the redis gorm
(grails) plugin which is a wrapper on top of jedis.
I switched to go directly to jedis and the problem went away.
On Aug 2, 2:11 pm, Jonathan Leibiusky <
ionat...@gmail.com> wrote:
> are you using pipelines?
> this error will happen only if you are sharing instances across threads or
> using pipelines and not closing them and returning the instance to the pool.
> can you share your code or part of it where you reproduce this?
>