1- Lettuce 6.6.0 BETA3 NOTES
1+ Lettuce 6.6.0 BETA4 NOTES
22==============================
33
4- The Redis team is delighted to announce the BETA3 pre-release of Lettuce 6.6.0
4+ The Redis team is delighted to announce the BETA4 pre-release of Lettuce 6.6.0
55
66Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
77at least Java 8 and works with Java 21.
@@ -14,8 +14,8 @@ If you need any support, meet Lettuce at
1414* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
1515* Join the chat at https://discord.gg/redis and look for the "Help: Tools Lettuce" channel
1616* GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
17- * Documentation: https://lettuce.io/core/6.6.0.BETA3 /reference/
18- * Javadoc: https://lettuce.io/core/6.6.0.BETA3 /api/
17+ * Documentation: https://lettuce.io/core/6.6.0.BETA4 /reference/
18+ * Javadoc: https://lettuce.io/core/6.6.0.BETA4 /api/
1919
2020Commands
2121--------
@@ -27,6 +27,7 @@ Enhancements
2727* Deprecate the STRALGO command and implement the LCS in its place by @Dltmd202 in https://github.com/redis/lettuce/pull/3037
2828* fix: prevent blocking event loop thread by replacing ArrayDeque with HashIndexedQueue by @okg-cxf in https://github.com/redis/lettuce/pull/2953
2929* Token based authentication integration with core extension by @ggivo in https://github.com/redis/lettuce/pull/3063
30+ * Support for DefaultAzureCredential by @ggivo in https://github.com/redis/lettuce/pull/3230
3031* replace hardcoded GT and LT with CommandKeyword enum by @minwoo1999 in https://github.com/redis/lettuce/pull/3079
3132* Add support up to max unsigned integer in Bitfield offset (#2964 ) by @psw0946 in https://github.com/redis/lettuce/pull/3099
3233* Improve code by adding some null checks by @tishun in https://github.com/redis/lettuce/pull/3115
0 commit comments