678072e96b
Redis uses separate env vars, not a single REDIS_URL. Script now builds the connection string from REDIS_HOST, REDIS_PORT, REDIS_DB, and REDIS_PASSWORD — matching how services/shared/config.py does it.