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 1 year 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

Please take a look and make ready for review when ready, thanks.

rfay avatar Aug 02 '24 03:08 rfay

Sure, but first I need to finish the parent task and it should probably be ready next week.

stasadev avatar Aug 02 '24 13:08 stasadev

Works great for me, can be pulled when we're ready.

rfay avatar Sep 23 '24 08:09 rfay