-
Notifications
You must be signed in to change notification settings - Fork 975
Lettuce Versions
Lettuce is open source and will stay open source under the Apache License 2.0.
Lettuce is developed and supported by individuals as open-source project that is not part of their primary occupations. If you need support when planning to use or while using Lettuce, then the open source eco-system is your best primary option to get support. Get in touch with us if you require options beyond regular open-source support.
-
6.0.x is in development to support Redis 6 along with RESP 3.
-
5.3.x is the latest and recommended line, supported until the end of 2021.
-
5.2.x is EOL (end-of-life) as of October 2020. No further maintenance releases and security patches are planned in that line. Please migrate to 6.0 at your earliest convenience!
-
5.1.x is EOL (end-of-life) as of September 2019. No further maintenance releases and security patches are planned in that line. Please migrate to 6.0 at your earliest convenience!
-
4.5.x is EOL (end-of-life) as of August 2019. No further maintenance releases and security patches are planned in that line. Please migrate to 6.0 at your earliest convenience!
Software is subject to change during its whole lifetime. Lettuce ships upgrades as it makes sense to push out a release. Each released version has a maintenance phase attached to it which are explained in the table below.
Phase Definition | Services Terms and Conditions |
---|---|
General Support |
General Support means maintenance updates and upgrades, bug and security fixes, and active technical assistance within the community General Support also includes security vulnerability resolutions and critical bug fixes in all supported Minor versions, while other maintenance is applied only to the latest supported Minor Release. General Support begins on the date a Major Release enters General Availability for at least 12 months after the initial release. |
Technical Guidance |
Technical Guidance is available when General Support ends, typically after reaching end of life of a release line. Users may continue to access self-service such as Stack Overflow or [GitHub Discussions](https://github.com/lettuce-io/lettuce-core/discussions). |
Maintenance phase transition between releases:
-
A Major release begins a new General Support phase for the newly released major version line
-
A Minor release and a patch release transition the current versions of the line into Technical Guidance phase so the newly released version is now in General Support.
Lifecycle Support Summary
Features | General Support Phase | Technical Guidance Phase | End of Support Life Phase |
---|---|---|---|
Maintenance updates and upgrades |
✅ |
||
New security patches |
✅ |
||
New bug fixes |
✅ |
||
Support questions |
Mailing list, Gitter, Stack Overflow |
Stack Overflow |
|
Self-help web-based support |
✅ |
✅ |
✅ |
Access to documentation |
✅ |
✅ |
✅ |
Lettuce documentation was moved to https://redis.github.io/lettuce/overview/
Intro
Getting started
- Getting started
- Redis URI and connection details
- Basic usage
- Asynchronous API
- Reactive API
- Publish/Subscribe
- Transactions/Multi
- Scripting and Functions
- Redis Command Interfaces
- FAQ
HA and Sharding
Advanced usage
- Configuring Client resources
- Client Options
- Dynamic Command Interfaces
- SSL Connections
- Native Transports
- Unix Domain Sockets
- Streaming API
- Events
- Command Latency Metrics
- Tracing
- Stateful Connections
- Pipelining/Flushing
- Connection Pooling
- Graal Native Image
- Custom commands
Integration and Extension
Internals