github redis/lettuce 7.1.0.RELEASE

5 hours ago

The Lettuce team is pleased to announce the Lettuce 7.1.0 minor release!

This release provides support for new features that are going to be part of the Redis 8.4 release, such as using the CLAIM parameter in the XREADGROUP command; atomically set multiple string keys and update their expiration withMSETEX and atomic compare-and-set and compare-and-delete for string keys using the extensions of the DIGEST, DELEX and SET commands.

Lettuce 7.1.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 7.1.0.RELEASE possible.

📗 Links
Reference documentation: https://lettuce.io/core/7.1.0.RELEASE/reference/
Javadoc: https://lettuce.io/core/7.1.0.RELEASE/api/

⭐ New Features

🐞 Bug Fixes

💡 Other

  • N/A

❤️ New Contributors

Full Changelog: 7.0.0.RELEASE...7.1.0.RELEASE

Don't miss a new lettuce release

NewReleases is sending notifications on new releases.