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

This commit is contained in:
diandian 2024-09-25 15:24:21 +08:00
parent 63df2e981d
commit 576a9a1b5f

View File

@ -9,6 +9,16 @@
#### 1.安装包 #### 1.安装包
```shell ```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 pip3 install redis
``` ```