Loading...
还是新建一个 redis_db.pyimport redis try: pool = redis.ConnectionPool( host="localhost", port=6379, password='', db=0, max_connections=100...