Mark Paluch

Redis Client lettuce 3.0.1 Final released

lettuce 3.0.1 was released. This is a bugfix release fixing some major bugs.

This release contains:

Fixes

  • Test improvements for more stability

  • URI for sentinel connections

  • Provide static syncHandler

  • Handle premature channelInactive while ongoing close (avoid NPE)

  • Fix signature of clusterSlaves #18

  • Fix SCAN command with scan args

Enhancements

  • Optimized CRC16 calculation (thanks to Jedis for co-working)

  • Use fine grained exceptions for Timeout, CommandExecution and Connection

Maven coordinates:

<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>3.0.1.Final</version>
</dependency>

<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>3.0.1.Final</version>
    <classifier>shaded</classifier>
</dependency>

Any feedback is appreciated or create issues on GitHub.