- Databases
- Memcached
Memcached
Lade officially supports deploying Memcached databases.
Supported Versions
The following Memcached versions are supported and receive security updates:
- 1.6
Provisioning Memcached
A Memcached addon can be provisioned with the CLI:
$ lade addons create memcached --name mydb
You will be prompted to select an available plan, region, and version.
Attaching to Your App
Your Memcached addon can be attached to your app with the CLI:
$ lade addons attach mydb --app myapp
When your addon is attached, the CACHE_URL
and MEMCACHED_URL
environment variables will be added to your app.
You can confirm these environment variables were added to your app with the lade env list
command.