安装redis Python Client
下载地址:
tar -xvf redis-2.8.0.tar.gz
cd redis-2.8.0
python setup.py install
测试:
python -c 'import redis;print redis.VERSION'
(2, 8, 0)

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-01-28
  • 2021-06-25
  • 2021-09-23
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2021-04-06
  • 2021-09-02
  • 2022-12-23
  • 2022-01-24
  • 2022-02-03
相关资源
相似解决方案