The Lettuce team is pleased to announce the Lettuce 5.3.6 service release!
This release ships with 7 tickets fixed along with dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 5.3.6.RELEASE possible.
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. It is tested continuously against the latest Redis source-build.
Documentation
Reference documentation: https://lettuce.io/core/5.3.6.RELEASE/reference/
Javadoc: https://lettuce.io/core/5.3.6.RELEASE/api/
Enhancements
- Add support for local addr in CLIENT KILL #1536
Fixes
- LettuceStrings does not handle -nan which is returned by FT.INFO in redisearch #1482 (Thanks to @krm1312)
- Reactive stream spec violation when using command timeout #1576 (Thanks to @martin-tarjanyi)