Files
HospitalAssistantBackend/src/shared/redis.py
Miwory 043de7e034
All checks were successful
Build And Push / publish (push) Successful in 1m12s
Патч
2025-11-12 12:19:30 +03:00

6 lines
111 B
Python

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