redis-quartz
redis-quartz copied to clipboard
Why does setTriggerState/unsetTriggerState get new connection?
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?
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.