StackOverflow 文档 redis 教程 使用 Python 连接到 redis 使用 Python 连接到 redis Created: November-22, 2018 要使用 python 连接 redis,你需要安装 客户端 。你可以使用 pip 安装: pip install redis 这将安装 redis-py 或者,你可能希望安装 hiredis-py ,它将协议消息的解析委派给 C hiredis 客户端。这可以在许多情况下提供显着的性能改进。你可以通过执行以下命令来安装带有 pip 的 hiredis: pip install hiredis 添加元素到列表