更新 'Redis/redis集群技术.md'

main
diandian 2 months ago
parent 63df2e981d
commit 576a9a1b5f

@ -9,6 +9,16 @@
#### 1.安装包
```shell
yum -y install python3 python3-pip
mkdir ~/.pip
vim ~/.pip/pip.conf
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
pip3 install redis
```

Loading…
Cancel
Save