ddev-redis
ddev-redis copied to clipboard
Add optional `--redis-tag` flag, fixes #1
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