> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Memcached service commands

> Core sitectl Memcached operations and cache service inspection helpers.

export const Compose = () => <Tooltip headline="Compose" tip={<>
        Docker Compose is Docker's tool for defining and running multi-container applications.{" "}
        <a href="https://docs.docker.com/compose/">https://docs.docker.com/compose/</a>.
      </>}>
    <>
      <Icon icon="docker" />
      {" "}
      Compose
    </>
  </Tooltip>;

Memcached is a core `sitectl` service namespace. Operators use `sitectl memcached ...` from any context whose <Compose /> project has a Memcached service.

## Status

Check the Memcached container state:

```bash theme={null}
sitectl memcached status
```

## Stats

Show Memcached stats from inside its container:

```bash theme={null}
sitectl memcached stats
```

Standalone Memcached Compose projects may still exist, but the shared command surface belongs to core `sitectl`, not to a dedicated Memcached CLI plugin.

## Reference

### `status`

Show the compose service container status

```bash theme={null}
sitectl memcached status
```

| Flag        | Default     | Description          |
| ----------- | ----------- | -------------------- |
| `--service` | `memcached` | Compose service name |

### `stats`

Show Memcached stats from inside its container

```bash theme={null}
sitectl memcached stats
```

| Flag        | Default     | Description          |
| ----------- | ----------- | -------------------- |
| `--service` | `memcached` | Compose service name |
