> For the complete documentation index, see [llms.txt](https://hostpanel.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hostpanel.gitbook.io/untitled/memcached-fu-wu-guan-li-ming-ling.md).

# Memcached服务管理命令

官网 https\://hostpanel.cc   群组: https\://t.me/hostpanelg

**HostPanel官网** [**https://hostpanel.cc**](https://hostpanel.cc)

**HostPanel站长交流群** [**https://t.me/hostpanelg**](https://t.me/hostpanelg)

### Memcached服务管理

memcached安装目录

```
/usr/local/memcached
```

启动

```
/etc/init.d/memcached start
```

停止

```
/etc/init.d/memcached stop
```

重启

```
/etc/init.d/memcached restart
```

启载

```
/etc/init.d/memcached reload
```
