Redis Client Lettuce 6.0.0.RELEASE released

127 views
Skip to first unread message

Mark Paluch

unread,
Oct 2, 2020, 9:54:24 AM10/2/20
to lettuce-redis-client-users
Dear Lettuce Community,

I'm thrilled to announce the availability of the sixth major Lettuce release with Lettuce 6.0 going GA. This release ships with a tremendous number of features. The most notable changes are:

* RESP3 support
* ACL Authentication with username/password
* Asynchronous Cluster Topology Refresh
* Client-side caching support
* Registration of push message listeners
* Configuration files for GraalVM Native Image compilation
* Kotlin Coroutine API
* Redesign command latency metrics publishing
* API cleanups/Breaking Changes

Lettuce 6 supports Redis 2.6+ up to Redis 6.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 15.
Thanks to all contributors who made Lettuce 6.0.0.RELEASE possible.

You can find the full release notes and details of the release on Github:


Maven coordinates:

<dependency>
    <groupId>io.lettuce</groupId>
    <artifactId>lettuce-core</artifactId>
    <version>6.0.0.RELEASE</version>
</dependency>

Reply all
Reply to author
Forward
0 new messages