Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 936 Bytes

changelog.md

File metadata and controls

31 lines (23 loc) · 936 Bytes

Changelog

2016-03-17

  • Allow Redis db to be set when using Sentinel

2016-03-02

  • Fix a bug where acquired triggers were not being released.

2016-01-31

  • Add support for Redis Sentinel

2015-08-19

  • Add support for Jedis cluster.
  • Allow a pre-configured Pool or JedisCluster to be passed in to RedisJobStore.
  • Update to Jackson v2.6.1.

2014-12-09

  • Remove Guava dependency

2014-09-24

  • Add the ability to specify a redis database.
  • Fix setter methods for keyPrefix and keyDelimiter properties.
  • Set default port to 6379.

2014-08-21

  • Fix a bug where non-durable jobs with only one trigger would be deleted when replaceTrigger() was called with that trigger.

2014-07-25

  • Handle ObjectAlreadyExistsException separately in RedisJobStore::storeJobAndTrigger()

2014-07-24

  • Enable the use of all GroupMatchers (not just EQUALS)