摘要: 使用python操作redis数据库的连接:import redis#连接数据库db = redis.Redis('localhost',6379)#连接池# pool = redis.ConnectionPool(host='localhost',port=6379... 阅读全文
posted @ 2018-03-13 17:54 fanmleii 阅读(105) 评论(0) 推荐(0)