Skip to content
SPONSORS

Memcached

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.

yaml
services:
  myservice:
    type: memcached

Supported versions

Patch versions

Not officially supported!

While we allow users to specify patch versions for this service they are not officially supported so if you use one, YMMV.

To use a patch version, you can do something as shown below:

yaml
services:
  myservice:
    type: memcached:1.5.11

But make sure you use one of the available patch tags for the underlying image we are using.