Redis Client lettuce 3.0.3 Final released

I released lettuce 3.0.3. This is a bugfix release fixing a memory leak in pubsub and adds stability when reconnecting.

 

This release contains:

This release fixes a memory leak when using PubSub.

Fixes

  • Memory leak on connection loss #26
  • Fix channel loss on reconnect #27 (Thanks to @kichik)
  • Resubscribe even when there are no listeners #30 (Thanks to @kichik)
  • Other

    • Allow passing server, port and password on command line for tests #29

    Links

    Maven coordinates:

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

    Any feedback is appreciated or create issues on GitHub.

    You may also enjoy…