- Allow Redis db to be set when using Sentinel
- Fix a bug where acquired triggers were not being released.
- Add support for Redis Sentinel
- Add support for Jedis cluster.
- Allow a pre-configured Pool or JedisCluster to be passed in to RedisJobStore.
- Update to Jackson v2.6.1.
- Remove Guava dependency
- Add the ability to specify a redis database.
- Fix setter methods for
keyPrefix
andkeyDelimiter
properties. - Set default port to 6379.
- Fix a bug where non-durable jobs with only one trigger would be deleted when replaceTrigger() was called with that trigger.
- Handle
ObjectAlreadyExistsException
separately in RedisJobStore::storeJobAndTrigger()
- Enable the use of all GroupMatchers (not just EQUALS)