Update Redis单机环境搭建.md

This commit is contained in:
heibaiying 2019-07-17 13:22:38 +08:00 committed by GitHub
parent b286f8ac8f
commit d98310a742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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