python-redis库的安装

Posted fromzore

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-redis库的安装相关的知识,希望对你有一定的参考价值。

wget --no-check-certificate https://pypi.python.org/packages/source/r/redis/redis-2.8.0.tar.gz

tar -zvxf redis-2.8.0.tar.gz

mv redis-2.8.0 python-redis-2.8.0

cd python-redis-2.8.0

python setup.py install

 

记得在root权限下安装

 

以上是关于python-redis库的安装的主要内容,如果未能解决你的问题,请参考以下文章

redis python-redis 安装详细步骤

redis python-redis 安装详细步骤

Python-Redis的String操作

python-redis

python python-redis.py

Python-redis————hash操作