Skip to content

Releases: davidmarquis/redisq

2.0.0

04 Sep 16:37
Compare
Choose a tag to compare

Project is now published to Maven Central and compatible with Java 8 and later. Enjoy!

  • BREAKING CHANGE: Class MessageProducerImpl has been renamed to DefaultMessageProducer

To add to your project, as a Maven dependency:

    <dependency>
        <groupId>com.github.davidmarquis</groupId>
        <artifactId>redisq</artifactId>
        <version>2.0.0</version>
    </dependency>