Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@davidmarquis davidmarquis released this 08 Apr 14:14
· 1 commit to master since this release
  • NEW: Support for usage without Spring Data Redis, using lower level client libraries like Jedis and Lettuce (synchronous mode). See README for details. Additional drivers can be written for other client libraries by implementing the RedisDriver interface. If you do write other drivers, please contribute them to the project!
  • NEW: Java 9+ support
  • BREAKING CHANGE: Spring Data dependency is now declared as provided and thus must be included explicitly in your own projects.
  • BREAKING CHANGE: Class RedisTaskSchedulerImpl has been renamed to RedisTaskScheduler.
  • BREAKING CHANGE: Interface RedisTaskScheduler has been renamed to TaskScheduler.