美文网首页
学习Python on mac©️操作redis

学习Python on mac©️操作redis

作者: 上进青年欢乐多 | 来源:发表于2017-03-28 16:17 被阅读20次

    搞定mysql才是第一步

    接下来搞定redis存储

    首先安装redis

    brew install redis

    安装python扩展

    https://github.com/andymccurdy/redis-py

    下载扩展包

    python setup.py install

    安装完成。

    相关文章

      网友评论

          本文标题:学习Python on mac©️操作redis

          本文链接:https://www.haomeiwen.com/subject/khgjottx.html