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?
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?