Skip to content

fouteox/ddev-redis

Repository files navigation

tests project is maintained

Introduction

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

Installation

For DDEV v1.23.5 or above run

ddev add-on get fouteox/ddev-redis

Then restart your project

ddev restart

Explanation

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

Interacting with Redis

  • To reach the Redis CLI interface, run ddev redis-cli to 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages