Update Redis单机环境搭建.md

This commit is contained in:
heibaiying
2019-07-17 13:22:38 +08:00
committed by GitHub
parent b286f8ac8f
commit d98310a742

View File

@ -24,7 +24,7 @@ make
进入`src`目录,执行下面的命令,启动 Redis 服务: 进入`src`目录,执行下面的命令,启动 Redis 服务:
```shell ```shell
redis-server ./redis-server
``` ```
### 四、启动客户端 ### 四、启动客户端