Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@davidmarquis davidmarquis released this 04 Sep 16:37
· 2 commits to master since this release

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>