redis-quartz icon indicating copy to clipboard operation
redis-quartz copied to clipboard

Why does setTriggerState/unsetTriggerState get new connection?

Open adrianriley opened this issue 10 years ago • 1 comments

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?

adrianriley avatar Apr 08 '15 09:04 adrianriley

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.

abhishek-goyal avatar Apr 11 '17 05:04 abhishek-goyal