6 lines
177 B
Python
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"]
|