摘要:
同事整理了,python查询redis集群的代码,我觉得挺好用的,比那个-c 查的准确,所以把它共享出来 import redis #from rediscluster import StrictRedisCluster from click._compat import raw_input fro 阅读全文
摘要:
背景:最近测试的时候需要模拟一个服务端返回,只要给内容返回就行,所以使用了fastapi来模拟,主要是比较快速 先来看看官网的使用说明,官网地址:https://fastapi.tiangolo.com/ 最好的学习就是看官网文档 根据官网的使用,我自己罗列了我的请求,get、post、put 方法 阅读全文