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'm interested to know why these methods always get a new Jedis instance from the pool, even when the calling method already has an instance. Is there a particular reason not to use the same one?
The text was updated successfully, but these errors were encountered:
Hi @adrianriley, @kehati : Did we ever get an answer to this one?
If separate connection is not needed, I can make a small fix for this and raise a PR.
I'm interested to know why these methods always get a new Jedis instance from the pool, even when the calling method already has an instance. Is there a particular reason not to use the same one?
The text was updated successfully, but these errors were encountered: