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

Redis service for DDEV

Results 4 ddev-redis issues
Sort by recently updated
recently updated
newest added

This PR bumps github-action-add-on to v2. This prevents the dummy commits created by the keep-alive action. @see https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0

Ran into an issue today setting up a ddev environment for drupal with redis. If the ddev get ddev/ddev-redis command is issued before the ddev start command the setup-drupal-settings.sh file...

This is a great question. I'm a n00b on redis though, so need to understand more about * Why people use other than latest stable * How they would configure...

## 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...