摘要: python操作redis 安装redis模块 pip install redis 基本链接 # 第一步:导入Redis类 from redis import Redis # 第二步: 实例化得到对象 conn=Redis(host="localhost",port=6379,) # 不写默认连本地 阅读全文
posted @ 2022-07-13 20:56 Yume_Minami 阅读(256) 评论(0) 推荐(0) 编辑