网站首页
编程语言
数据库
系统相关
其他分享
编程问答
qcc
2024-05-15
python操作redis
redis安装:https://github.com/tporadowski/redis/releases/一python操作redis1普通链接pipinstallredisimportredisconn=redis.Redis(host="localhost",port=6379,db=0,password=None)conn.set('name','lqz')con