import redis r=redis.Redis(host='localhost',port=6379) r.set('apple','a') r.get('apple')
本文标题:python redis
本文链接:https://www.haomeiwen.com/subject/lylktqtx.html
网友评论