随笔分类 -  杂谈随记

1.正则表达式
摘要:一、安装包 pip3 install redis 二、调用模块 from redis import * sr = StrictRedis(host='localhost', port=6379, db=0) sr = StrictRedis() # 简写 三、使用StrictRedis对象操作str 阅读全文
posted @ 2020-11-29 09:34 顺才 阅读(69) 评论(0) 推荐(0)