Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lando/redis

lando2kGPL-3.01.2.3

A Lando plugin that provides a tight integration with Redis.

lando, lando-plugin, lando-service, redis

readme

Redis Lando Plugin

This is the official Lando plugin for Redis. When installed it...

  • Allows users to run various redis versions

Of course, once a user is running their Redis project with Lando they can take advantage of all the other awesome development features Lando provides.

Basic Usage

Add a redis service to your Landofile

services:
  myservice:
    type: redis

For more info you should check out the docs:

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack.

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Maintainers

Contributors

Made with contributors-img.

Other Selected Resources

changelog

v1.2.3 - December 6, 2024

  • Updated the version index.md to get Docuverse page to build correctly.

v1.2.2 - December 4, 2024

v1.2.1 - November 4, 2024

v1.1.0 - March 8, 2024

  • Updated to latest database services.

v1.0.0 - December 7, 2023

* Dialed fully for `lando update`

v0.11.0 - November 21, 2023

  • Refactored directory structure. Updated to node 18. Isolated plugin testing. #30

v0.10.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.9.0 - May 26, 2023

  • Added password configuration for the default user. PR #20

v0.8.0 - April 6, 2023

  • Added Redis 7.x compatibility. #12
  • Updated Node version on default .lando.yml and docs. PR #14
  • Dependabot json5 bump. PR #13

v0.7.0 - December 12, 2022

  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.

v0.6.0 - September 7, 2022

  • HYPERDRIVED

v0.5.0 - January 6, 2022

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Initial Release