redis-实现ip池
摘要:
import redis import time from threading import Thread, Lock # 连接Redis r = redis.Redis(host='localhost', port=6379, db=0) IP_POOL_KEY = 'ip_pool' lock 阅读全文
posted @ 2025-03-06 21:44 QinSe 阅读(1) 评论(0) 推荐(0) 编辑