Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

add-on registry tests last commit release

DDEV Memcached

Overview

Memcached is a free & open source, high-performance, distributed memory object caching system.

This add-on integrates Memcached into your DDEV project.

Installation

ddev add-on get ddev/ddev-memcached
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Advanced Customization

To change the docker image:

ddev dotenv set .ddev/.env.memcached --memcached-docker-image=memcached:1.6
ddev add-on get ddev/ddev-memcached
ddev restart

Make sure to commit the .ddev/.env.memcached file to version control.

Credits

Maintained by the DDEV team