Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.05 KB

File metadata and controls

32 lines (19 loc) · 1.05 KB

tests project is maintained

Introduction

This repository allows you to quickly install Valkey into a DDEV project using the instructions below.

Installation

For DDEV v1.23.5 or above run

ddev add-on get fouteox/ddev-valkey

Then restart your project

ddev restart

Explanation

This Valkey recipe for DDEV installs a .ddev/docker-compose.valkey.yaml using the valkey Docker image.

Interacting with Valkey

  • 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