摘要: python可以使用redis模块来跟redis交互 redis模块的使用 安装模块: pip3 install redis 导入模块:import redis 连接方式 严格连接模式:r=redis.StrictRedis(host="",port=) 更Python化的连接模式:r=redis. 阅读全文
posted @ 2020-12-21 22:19 码上测 阅读(106) 评论(0) 推荐(0) 编辑