jiay 发表于 2018-11-5 09:27:09

Python基于HiRedis访问Redis

michael@ubuntu:~$ wget -q http://peak.telecommunity.com/dist/ez_setup.py  
michael@ubuntu:~$ sudo python ez_setup.py
  
michael@ubuntu:~$ sudo python -m easy_install redis hiredis
  
michael@ubuntu:~$ pythonPython 2.7.3 (default, Jun 22 2015, 19:33:41) on linux2Type "help", "copyright", "credits" or "license" for more information.


页: [1]
查看完整版本: Python基于HiRedis访问Redis