Redis
Redis is an open source, in-memory and typed data structure store, used as a database, cache and message broker.
You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.
yaml
services:
myservice:
type: redis:7.4Supported versions
- 8
- 8.6
- 8.4
- 8.2
- 8.0
- 7.4 (default)
- 7.2
- 7 (legacy)
- 7.0 (legacy)
- 6 (legacy)
- 6.0 (legacy)
- 5 (legacy)
- 5.0 (legacy)
- 4 (legacy)
- 4.0 (legacy)
- 2.8 (legacy)
- custom
Patch versions
Not officially supported!
While we allow users to specify patch versions for this service, they are not officially supported, so if you use one, YMMV.
To use a patch version, you can do something as shown below:
yaml
services:
myservice:
type: redis:7.4.2