Project started 🍾
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
"""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"]
|
||||
Reference in New Issue
Block a user