I'd like to announce the availability of the second release candidate Lettuce 6.0.0.RC2.
This is the final release candidate before the GA release in about two weeks. It comes with a Kotlin Coroutine API and refinements around the latency metrics collection SPI.
You can find the details of the release on Github:
Maven coordinates:
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.0.0.RC2</version>
</dependency>