Project started 🍾

This commit is contained in:
2026-06-01 18:47:59 +03:00
commit 4bca90a50e
39 changed files with 2340 additions and 0 deletions
+5
View File
@@ -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"]