This repository allows you to quickly install Redis into a DDEV project using the instructions below.
For DDEV v1.23.5 or above run
ddev add-on get fouteox/ddev-redisThen restart your project
ddev restartThis Redis recipe for DDEV installs a .ddev/docker-compose.redis.yaml using the redis Docker image.
- To reach the Redis CLI interface, run
ddev redis-clito begin a session. You can also run Redis CLI commands directly on the command-line, e.g.,ddev redis-cli INFO.
Contributed and maintained by fouteox