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