added redis connections script

This commit is contained in:
Boki 2025-06-10 12:56:22 -04:00
parent f52e3332df
commit ee57b66391
5 changed files with 3115 additions and 2610 deletions

View file

@ -16,8 +16,8 @@ export interface ProxySource {
// Shared configuration and utilities
const PROXY_CONFIG = {
CACHE_KEY: 'proxy',
CACHE_STATS_KEY: 'proxy:stats',
CACHE_KEY: 'active',
CACHE_STATS_KEY: 'stats',
CACHE_TTL: 86400, // 24 hours
CHECK_TIMEOUT: 7000,
CHECK_IP: '99.246.102.205',