摘要: $ pip install redis>>> import redis>>> conn = redis.Redis()>>> conn.keys('*')Traceback (most recent call last): File "/home/henry/.local/lib/python3.5 阅读全文
posted @ 2018-12-25 17:23 yann_code 阅读(4478) 评论(0) 推荐(0) 编辑