Files
mcma-backend/app/infrastructure/cache/__init__.py
T
2026-06-01 18:47:59 +03:00

6 lines
177 B
Python

"""Redis adapter: shared connection pool for cache and arq broker."""
from app.infrastructure.cache.redis import close_redis, get_redis
__all__ = ["close_redis", "get_redis"]