ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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安装成功