from redis.asyncio import Redis from core.config import settings client = Redis.from_url(settings.REDIS_URL)