fix: proxy extract error

This commit is contained in:
程序员阿江(Relakkes)
2025-11-26 16:01:54 +08:00
parent 6eef02d08c
commit f1e7124654
4 changed files with 268 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ class ProxyProvider(ABC):
class IpCache:
def __init__(self):
self.cache_client: AbstractCache = CacheFactory.create_cache(cache_type=config.CACHE_TYPE_MEMORY)
self.cache_client: AbstractCache = CacheFactory.create_cache(cache_type=config.CACHE_TYPE_REDIS)
def set_ip(self, ip_key: str, ip_value_info: str, ex: int):
"""