🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 1.5.3 redis-py的安装 ## 1. 相关链接 {#1-相关链接} * GitHub:[https://github.com/andymccurdy/redis-py](https://github.com/andymccurdy/redis-py) * 官方文档:[https://redis-py.readthedocs.io/](https://redis-py.readthedocs.io/) ## 2. 安装 {#2-pip安装} ```text pip install redis ``` ## 3.验证安装 ```text python3 >>> import redis >>> redis.VERSION (2, 10, 6) ``` 如果输出类似上面的内容,就代表pymongo安装成功