ddev-redis icon indicating copy to clipboard operation
ddev-redis copied to clipboard

Add optional `--redis-tag` flag, fixes #1

Open stasadev opened this issue 7 months ago • 3 comments

The Issue

  • #1
  • https://github.com/ddev/ddev/issues/4430

How This PR Solves The Issue

Adds optional --redis-tag value flag, that creates .ddev/.env.redis file with REDIS_TAG="value".

Manual Testing Instructions

Install add-on using DDEV binary from:

  • https://github.com/ddev/ddev/pull/6406
ddev add-on get https://github.com/ddev/ddev-redis/tarball/20240717_stasadev_optional_version
ddev dotenv set .ddev/.env.redis --redis-tag=7
ddev restart

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

stasadev avatar Jul 17 '24 13:07 stasadev