You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often get this error both from WorkerImpl and ClientImpl.(Regarding this post: redis/jedis#186 )
Is it feasible for both WorkerImpl and ClientImpl use pool connection rather than single Jedis instance? Or is there a way to avoid frequently recreating WorkerImpl and ClientImpl?
The text was updated successfully, but these errors were encountered:
@RonankiM According to redis/jedis#186, the issue was due to using Pool.returnResource() instead of Jedis.close(). Can you confirm this fixes your issue?
I often get this error both from WorkerImpl and ClientImpl.(Regarding this post: redis/jedis#186 )
Is it feasible for both WorkerImpl and ClientImpl use pool connection rather than single Jedis instance? Or is there a way to avoid frequently recreating WorkerImpl and ClientImpl?
The text was updated successfully, but these errors were encountered: