> For the complete documentation index, see [llms.txt](https://support.hostcli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hostcli.com/bt-command/redis.md).

# 宝塔Redis服务管理命令

### **宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

### Redis服务管理

redis安装目录

```
/www/server/redis
```

启动

```
/etc/init.d/redis start
```

停止

```
/etc/init.d/redis stop
```

redis配置文件

```
/www/server/redis/redis.conf
```

### **宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

End.
