·
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 toRedisTaskScheduler
. - BREAKING CHANGE: Interface
RedisTaskScheduler
has been renamed toTaskScheduler
.