模块(Redis) Ubuntu sudo pip3 install redis 使用流程 import redis # 创建数据库连接对象 r = redis.Redis(host=\'127.0.0.1\',port=6379,db=0,password=\'123456\')